Commit 3ca05665 authored by 顾俭's avatar 顾俭

test 审核中发布

parent 025b2116
...@@ -65,7 +65,7 @@ public class DeliveryOrderReleaseService implements IDeliveryOrderReleaseService ...@@ -65,7 +65,7 @@ public class DeliveryOrderReleaseService implements IDeliveryOrderReleaseService
doMstFile.setSentToErp(true); doMstFile.setSentToErp(true);
doMstFile.setSentToErpInfo("同步ERP成功"); doMstFile.setSentToErpInfo("同步ERP成功");
doMstFileService.update(doMstFile); doMstFileService.update(doMstFile);
entityManager.refresh(doMstFile); // entityManager.refresh(doMstFile);
stringBuilder.append(" "); stringBuilder.append(" ");
stringBuilder.append(doUid); stringBuilder.append(doUid);
testUid = doUid; testUid = doUid;
......
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