Browse Source

一键发货备注带入定制属性

eganwu 1 year ago
parent
commit
7bc07532cf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/custom/restcontroller/webmanage/sale/dispatch/dispatch.java

+ 1 - 1
src/custom/restcontroller/webmanage/sale/dispatch/dispatch.java

@@ -1077,7 +1077,7 @@ public class dispatch extends Controller {
             sqlFactory.addParameter("qty", qty);
             sqlFactory.addParameter("batchcontrol", 0);
             sqlFactory.addParameter("batchno", "");
-            sqlFactory.addParameter("remarks", row.getString("customproperties"));
+            sqlFactory.addParameter("remarks", row.getString("customproperties")+" 备注:"+ row.getString("remarks"));
             sqlFactory.addParameter("userid", userid);
             sqlFactory.addParameter("username", username);
             sqlList.add(sqlFactory.getSQL());