소스 검색

销售订单 添加tc字段

liuchaohui 2 년 전
부모
커밋
60d585003e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      jeecg-boot-module-system/src/main/java/org/jeecg/modules/quartz/job/AddOrderJob.java

+ 1 - 0
jeecg-boot-module-system/src/main/java/org/jeecg/modules/quartz/job/AddOrderJob.java

@@ -184,6 +184,7 @@ public class AddOrderJob implements Job,ApplicationContextAware {
                         "s.cFree4 AS guangpeiGateWidth," +
                         "s.cFree6 AS weight,"+
                         "s.cDefine35 AS boxNumber," +
+                        "case when s.cDefine34 is null or cDefine34=0 then 0 else 1 end AS isTc," +
                         "s.iQuantity AS quantity," +
                         "s.iQuantity AS surplusNum," +
                         "s.iTaxUnitPrice AS unitPriceIncludingTax," +