Commit 74182759 authored by 顾俭's avatar 顾俭

审核后返回是否发布标示 & 背景图

parent 2b8d26af
...@@ -323,6 +323,6 @@ public class DeliveryOrderSendClient extends WebServiceClient { ...@@ -323,6 +323,6 @@ public class DeliveryOrderSendClient extends WebServiceClient {
newDoMstFile.setReleased(release); newDoMstFile.setReleased(release);
newDoMstFile.setSentToErp(status); newDoMstFile.setSentToErp(status);
newDoMstFile.setSentToErpInfo(details); newDoMstFile.setSentToErpInfo(details);
doMstFileService.update(newDoMstFile); doMstFileService.updateNotCheckReleased(newDoMstFile);
} }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment