丽知:存货自动分配修改
This commit is contained in:
parent
e53b5cab55
commit
f0d1c19139
|
@ -253,7 +253,7 @@ public class GoodsAutoAllotPluginInitializer extends PluginBaseEntity {
|
|||
integrationTaskLivingDetailsEntity.setNewPushDate(new Date());
|
||||
integrationTaskLivingDetailsEntity.setBusinessDate(createtime);
|
||||
integrationTaskLivingDetailsEntity.setRootAppPk(pkInvbasdoc);
|
||||
integrationTaskLivingDetailsEntity.setRootAppBill(pkInvbasdoc);
|
||||
integrationTaskLivingDetailsEntity.setRootAppBill(bdInvbasdocEntity.getInvcode());
|
||||
integrationTaskLivingDetailsEntity.setPluginId(getPluginId());
|
||||
saveOrUpdateBusinessLogUtil.saveOrUpdate(integrationTaskLivingDetailsEntity);
|
||||
} catch (Exception e) {
|
||||
|
@ -267,7 +267,7 @@ public class GoodsAutoAllotPluginInitializer extends PluginBaseEntity {
|
|||
integrationTaskLivingDetailsEntity.setNewPushDate(new Date());
|
||||
integrationTaskLivingDetailsEntity.setBusinessDate(createtime);
|
||||
integrationTaskLivingDetailsEntity.setRootAppPk(pkInvbasdoc);
|
||||
integrationTaskLivingDetailsEntity.setRootAppBill(pkInvbasdoc);
|
||||
integrationTaskLivingDetailsEntity.setRootAppBill(bdInvbasdocEntity.getInvcode());
|
||||
integrationTaskLivingDetailsEntity.setPluginId(getPluginId());
|
||||
saveOrUpdateBusinessLogUtil.saveOrUpdate(integrationTaskLivingDetailsEntity);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue