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