|
@@ -500,7 +500,7 @@ public class SyCostAllocationServiceImpl extends ServiceImpl<SyCostAllocationMap
|
|
|
|
|
|
String sqlShipdetail = "SELECT " +
|
|
|
" sh.cDefine10 AS invoiceNum, " +
|
|
|
- " max(sh.dcreatesystime) as outdata ," +
|
|
|
+ " CONVERT(varchar (100), max(sh.dcreatesystime), 23) as outdata ," +
|
|
|
" count(shs.SBVID) as shipQuantity,"+
|
|
|
" sh.iExchRate AS exchangeRate, " +
|
|
|
" sh.cSOCode AS orderNum, " +
|