|
|
|
@ -1336,7 +1336,7 @@ public class SapItemSyncImpl implements SapItemSyncService {
|
|
|
|
|
}
|
|
|
|
|
for (SapZmesGetMchb sapZmesGetMchb1:
|
|
|
|
|
sapZmesGetMchbs) {
|
|
|
|
|
SapZmesGetMchb sapZmesGetMchb2=new SapZmesGetMchb();//
|
|
|
|
|
SapZmesGetMchb sapZmesGetMchb2=new SapZmesGetMchb();//
|
|
|
|
|
sapZmesGetMchb2.setMatnr(sapZmesGetMchb1.getMatnr());
|
|
|
|
|
sapZmesGetMchb2.setWerks(sapZmesGetMchb1.getWerks());
|
|
|
|
|
sapZmesGetMchb2.setLgort(sapZmesGetMchb1.getLgort());
|
|
|
|
@ -1352,6 +1352,7 @@ public class SapItemSyncImpl implements SapItemSyncService {
|
|
|
|
|
sapZmesGetMchb1.setCeinm(sapZmesGetMchb1.getCeinm());
|
|
|
|
|
sapZmesGetMchb1.setCspem(sapZmesGetMchb1.getCspem());
|
|
|
|
|
sapZmesGetMchb1.setStorageId(sapZmesGetMchb3.getStorageId());
|
|
|
|
|
|
|
|
|
|
sapZmesGetMchb1.setCreateBy("task");
|
|
|
|
|
sapZmesGetMchb1.setGmtCreate(new Date());
|
|
|
|
|
sapBaseProductMapper.UpdateSapZmesGetMchb(sapZmesGetMchb1);
|
|
|
|
|