소스 검색

物流单支持更换企业

eganwu 1 년 전
부모
커밋
7d93d0ef96
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/custom/restcontroller/webmanage/sale/logistics/LSALogisticsHelper.java

+ 1 - 0
src/custom/restcontroller/webmanage/sale/logistics/LSALogisticsHelper.java

@@ -81,6 +81,7 @@ public class LSALogisticsHelper extends BaseClass {
         updateSQL.setValue("address", controller.content.getStringValue("address"));
         updateSQL.setValue("remarks", controller.content.getStringValue("remarks"));
         updateSQL.setWhere("sa_logisticsid", sa_logisticsid);
+        updateSQL.setValue("sys_enterpriseid", controller.content.getLongValue("sys_enterpriseid"));
         updateSQL.setWhere("siteid", controller.siteid);
         return updateSQL;
     }