소스 검색

订单审核时间

zengtx 3 년 전
부모
커밋
e242c9110c
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      jeecg-boot-module-system/src/main/java/org/jeecg/modules/system/util/JsonChangeUtils.java

+ 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; //总金额