no message

main
huojin\hj 2025-05-21 14:04:16 +08:00
parent 321688fbe2
commit 1fd4d0c0b1
522 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ public class ASNReceiveServlet extends HttpServlet {
}else{
List<Long> asnDetailId=new ArrayList<Long>();
asnDetailId.add(detail_id);
asnManager.receiveGoods(asnDetailId,new Date(),worker_id,b.getLocationName() ,b.getLotInfo().getPropC3());
asnManager.receiveGoods(asnDetailId,new Date(),worker_id,b.getLocationName() ,propC3);
}
if(!propC3.equals("")&&propC3!=null){
b.getLotInfo().setPropC3(propC3);

Some files were not shown because too many files have changed in this diff Show More