|
|
@ -45,8 +45,9 @@ public class VouncherSyncController { |
|
|
|
String companyCode = map.get("companyCode"); |
|
|
|
String companyCode = map.get("companyCode"); |
|
|
|
//开始日期
|
|
|
|
//开始日期
|
|
|
|
String startTime= map.get("startTime"); |
|
|
|
String startTime= map.get("startTime"); |
|
|
|
|
|
|
|
String endTime = map.get("endTime"); |
|
|
|
//结束日期
|
|
|
|
//结束日期
|
|
|
|
String month=map.get("endTime"); |
|
|
|
String month=map.get("monat"); |
|
|
|
//GJAHR nian
|
|
|
|
//GJAHR nian
|
|
|
|
String gjahr=map.get("gjahr"); |
|
|
|
String gjahr=map.get("gjahr"); |
|
|
|
|
|
|
|
|
|
|
@ -67,6 +68,7 @@ public class VouncherSyncController { |
|
|
|
requestMap.put("GJAHR",gjahr); |
|
|
|
requestMap.put("GJAHR",gjahr); |
|
|
|
requestMap.put("MONAT",month); |
|
|
|
requestMap.put("MONAT",month); |
|
|
|
requestMap.put("ZDATEF",startTime); |
|
|
|
requestMap.put("ZDATEF",startTime); |
|
|
|
|
|
|
|
requestMap.put("ZDATET",endTime); |
|
|
|
requestMap.put("ZFLAG",ifAll); |
|
|
|
requestMap.put("ZFLAG",ifAll); |
|
|
|
object.setZDATA(JSONObject.toJSONString(requestMap)); |
|
|
|
object.setZDATA(JSONObject.toJSONString(requestMap)); |
|
|
|
JSONObject request = new JSONObject(); |
|
|
|
JSONObject request = new JSONObject(); |
|
|
|