|
|
|
@ -423,10 +423,12 @@ public class InvoiceRestApiV6 { |
|
|
|
|
} else if(ConfigurerInfo.SYNC_DEPT_INFO.equals(interfaceName)) { |
|
|
|
|
// /itaxAdmin/api/sys/dept/batchUpdate
|
|
|
|
|
log.info("同步组织信息请求报文:{}",reqStr); |
|
|
|
|
JSONObject jsonObject2 = JSONObject.parseObject(reqStr); |
|
|
|
|
String zdata = jsonObject2.getString("ZDATA"); |
|
|
|
|
String bskey = jsonObject2.getString("BSKEY"); |
|
|
|
|
String sapkey = jsonObject2.getString("SAPKEY"); |
|
|
|
|
PoCommonRequestParam requestParam = JsonUtils.getInstance().parseObject(reqStr, PoCommonRequestParam.class); |
|
|
|
|
IsInput isInput = requestParam.getIS_INPUT(); |
|
|
|
|
//JSONObject jsonObject2 = JSONObject.parseObject(reqStr);
|
|
|
|
|
String zdata = isInput.getZDATA();//jsonObject2.getString("ZDATA");
|
|
|
|
|
String bskey = isInput.getBSKEY();//jsonObject2.getString("BSKEY");
|
|
|
|
|
String sapkey = isInput.getSAPKEY();//jsonObject2.getString("SAPKEY");
|
|
|
|
|
String s = ""; |
|
|
|
|
JSONObject jsonObject = new JSONObject(); |
|
|
|
|
jsonObject.put("BSKEY",bskey); |
|
|
|
|