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