Browse Source

托书推送更改ID

zengtx 1 year ago
parent
commit
63349e0d43

+ 1 - 1
jeecg-boot-module-system/src/main/java/org/jeecg/modules/documents/syShippingOrder/service/impl/SyShippingOrderServiceImpl.java

@@ -645,7 +645,7 @@ public class SyShippingOrderServiceImpl extends ServiceImpl<SyShippingOrderMappe
         DecimalFormat df = new DecimalFormat("#.00");
 
         // ID= 年月日+0+毫秒
-        SimpleDateFormat sf2 = new SimpleDateFormat("yyyyMd0SSS");
+        SimpleDateFormat sf2 = new SimpleDateFormat("yyyyMddSSS");
         //记录每次单据号
         String cCode = "";