|
|
|
|
@ -431,7 +431,6 @@ public class synchronousServiceImpl implements synchronousService {
|
|
|
|
|
|
|
|
|
|
String response = client.view(formId, jsonData);
|
|
|
|
|
T jsonResponse = mapper.readValue(response, responseClass);
|
|
|
|
|
|
|
|
|
|
// 过滤数据并处理(使用Redis检查)
|
|
|
|
|
if (shouldProcessFromRedis(jsonResponse, cacheKey)) {
|
|
|
|
|
processor.process(jsonResponse);
|
|
|
|
|
@ -982,6 +981,9 @@ public class synchronousServiceImpl implements synchronousService {
|
|
|
|
|
erpInspectBill.setCreatorId(getNameValue(inspectBill.getCreatorId().getName()));
|
|
|
|
|
erpInspectBill.setFBillTypeId(getNameValue(inspectBill.getFBillTypeId().getName()));
|
|
|
|
|
erpInspectBill.setSourceOrgId(getNameValue(inspectBill.getSourceOrgId().getName()));
|
|
|
|
|
if (inspectBill.getInspectorId()!=null){
|
|
|
|
|
erpInspectBill.setInspectorId(getNameValue(inspectBill.getInspectorId().getName()));
|
|
|
|
|
}
|
|
|
|
|
logger.info("质检单信息:{}", erpInspectBill);
|
|
|
|
|
|
|
|
|
|
// 插入主订单
|
|
|
|
|
|