调整transportInfo

dev
lisai17@sina.com 2021-11-08 22:41:04 +08:00
parent 2008d9757c
commit 91861aed62
2 changed files with 1 additions and 2 deletions

View File

@ -103,7 +103,7 @@ public class Config extends JFinalConfig {
public static DeviceThread deviceThread = new DeviceThread();
public static SocketIOService socketio = null;
private static boolean client_run = true;
public static final String CLINET_VERSION = "20211022";
public static final String CLINET_VERSION = "20211108";
public static String getRootPath() {
return PathKit.getWebRootPath()

View File

@ -75,7 +75,6 @@ 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())) {