소스 검색

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

eganwu 1 년 전
부모
커밋
7bc07532cf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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());