Browse Source

销售订单 添加tc字段

liuchaohui 2 years ago
parent
commit
60d585003e

+ 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," +