瀏覽代碼

成本分配 发运明细

liuchaohui 2 年之前
父節點
當前提交
d0d1638362

+ 3 - 3
jeecg-boot-module-system/src/main/java/org/jeecg/modules/cost/mapper/xml/SyCostAllocationShipdetailMapper.xml

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