浏览代码

订单审核时间

zengtx 2 年之前
父节点
当前提交
e242c9110c

+ 4 - 4
jeecg-boot-module-system/src/main/java/org/jeecg/modules/system/util/JsonChangeUtils.java

@@ -82,8 +82,8 @@ public class JsonChangeUtils implements ApplicationContextAware{
             jf.put("customerDemandDate",customerDemandDate+" 00:00:00");
             String publishDate = sf.format(map.get("publishDate"));
             jf.put("publishDate",publishDate+" 00:00:00");
-            String dVerifyDate = sf.format(map.get("dVerifyDate"));
-            jf.put("dVerifyDate",dVerifyDate+" 00:00:00");
+//            String dVerifyDate = sf.format(map.get("dVerifyDate"));
+//            jf.put("dVerifyDate",dVerifyDate+" 00:00:00");
             //查询子表信息
             if(map.get("pkorg").equals("one")){
                 BigDecimal totalAmount = BigDecimal.ZERO; //总金额
@@ -206,8 +206,8 @@ public class JsonChangeUtils implements ApplicationContextAware{
             jf.put("customerDemandDate",customerDemandDate+" 00:00:00");
             String publishDate = sf.format(map.get("publishDate"));
             jf.put("publishDate",publishDate+" 00:00:00");
-            String cAuditDate = sf.format(map.get("cAuditDate"));
-            jf.put("cAuditDate",cAuditDate+" 00:00:00");
+//            String cAuditDate = sf.format(map.get("cAuditDate"));
+//            jf.put("cAuditDate",cAuditDate+" 00:00:00");
             //查询子表信息
             if(map.get("pkorg").equals("one")){
                 BigDecimal totalAmount = BigDecimal.ZERO; //总金额