|
|
@@ -101,6 +101,11 @@ public class SaleMonthDataTask {
|
|
|
Map<String, Object> map = new HashMap<>();
|
|
|
map.put("field_6secE__c", rs.getGeneralDouble("sm_salesum"));//接单金额
|
|
|
map.put("field_C71qd__c", rs.getGeneralDouble("sm_saleoutsum"));//出货金额
|
|
|
+ map.put("field_J4Xk7__c",rs.getGeneralDouble("sm_saleoutsum_ed"));//出货金额
|
|
|
+ map.put("field_4qTv6__c",rs.getGeneralDouble("sm_saleoutsum_slw"));//出货金额
|
|
|
+ map.put("field_tha4J__c",rs.getGeneralDouble("sm_saleoutsum_xrw"));//出货金额
|
|
|
+ map.put("field_twUsO__c",rs.getGeneralDouble("sm_saleoutsum_jd"));//出货金额
|
|
|
+ map.put("field_ic597__c",rs.getGeneralDouble("sm_saleoutsum_va"));//出货金额
|
|
|
map.put("field_m2ypV__c", rs.getGeneralDouble("sm_paysum"));//应收货款
|
|
|
map.put("_id", rs.getGeneralString("sm_fxxkdataid"));//应收货款
|
|
|
map.put("dataObjectApiName", "object_8r53c__c");
|