手动新增问题

dev
wuwenxiong 2021-11-08 22:07:09 +08:00
parent aeaa8a8540
commit 2008d9757c
2 changed files with 2 additions and 0 deletions

View File

@ -75,6 +75,7 @@ public class TransportQueryService {
transobj.set("ordercluster_surplus_threshold", Config.configprop.getInt("surplus.threshold", 30));
transobj.set("weight", net_weight);
transobj.set("net_weight", net_weight);
transobj.set("memo", "手动新增");
// 1. 没有关联订单
if (StrKit.isBlank(transport.getOrderSn())) {

View File

@ -813,6 +813,7 @@ public class TransportSyncService {
transport.setSecondWeightMode(2);
transport.setOutTime(now);
transport.setOutWhich(out_which);
transport.setMemo("手动新增");
SyncTask synctask = new SyncTask();
Record logrecord = new Record();