|
@@ -19,7 +19,7 @@
|
|
|
<select id="queryByCostShipdetail" resultType="org.jeecg.modules.cost.entity.SyCostAllocationShipdetail">
|
|
|
SELECT
|
|
|
sh.cDefine10 AS invoiceNum,
|
|
|
- CONVERT(varchar (100), max(sh.dcreatesystime), 23) as outdata ,
|
|
|
+ CONVERT(varchar(50), max(sh.dcreatesystime), 23) as outdata ,
|
|
|
sum(shs.iQuantity) as shipQuantity,
|
|
|
sh.iExchRate AS exchangeRate,
|
|
|
sh.cSOCode AS orderNum,
|
|
@@ -55,7 +55,7 @@
|
|
|
|
|
|
SELECT
|
|
|
sh.cDefine10 AS invoiceNum,
|
|
|
- CONVERT(varchar (100), max(sh.dcreatesystime), 23) as outdata ,
|
|
|
+ CONVERT(varchar(50), max(sh.dcreatesystime), 23) as outdata ,
|
|
|
sum(shs.iQuantity) as shipQuantity,
|
|
|
sh.iExchRate AS exchangeRate,
|
|
|
sh.cSOCode AS orderNum,
|
|
@@ -103,7 +103,7 @@
|
|
|
|
|
|
SELECT
|
|
|
sh.cDefine10 AS invoiceNum,
|
|
|
- CONVERT(varchar (100), max(sh.dcreatesystime), 23) as outdata ,
|
|
|
+ CONVERT(varchar(50), max(sh.dcreatesystime), 23) as outdata ,
|
|
|
sum(shs.iQuantity) as shipQuantity,
|
|
|
sh.iExchRate AS exchangeRate,
|
|
|
sh.cSOCode AS orderNum,
|