调整transportInfo
parent
2008d9757c
commit
91861aed62
|
|
@ -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()
|
||||
|
|
|
|||
|
|
@ -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())) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue