|
|
|
@ -239,10 +239,10 @@ public class ValidateInterfaceOrderServiceImpl implements ValidateInterfaceOrder |
|
|
|
|
/** |
|
|
|
|
* 订单主体-开票人 |
|
|
|
|
*/ |
|
|
|
|
checkResultMap = CheckParamUtil.checkParam(OrderInfoContentEnum.CHECK_ISS7PRI_107044CC, orderInfo.getKpr(), terminalCode); |
|
|
|
|
if (!OrderInfoContentEnum.SUCCESS.getKey().equals(checkResultMap.get(OrderManagementConstant.ERRORCODE))) { |
|
|
|
|
resultMapList.add(checkResultMap); |
|
|
|
|
} |
|
|
|
|
// checkResultMap = CheckParamUtil.checkParam(OrderInfoContentEnum.CHECK_ISS7PRI_107044CC, orderInfo.getKpr(), terminalCode);
|
|
|
|
|
// if (!OrderInfoContentEnum.SUCCESS.getKey().equals(checkResultMap.get(OrderManagementConstant.ERRORCODE))) {
|
|
|
|
|
// resultMapList.add(checkResultMap);
|
|
|
|
|
// }
|
|
|
|
|
if(CommonUtils.judgeIsQdfp("", orderInfo.getFpzlDm())){ |
|
|
|
|
|
|
|
|
|
//开票人证件号码
|
|
|
|
@ -263,18 +263,18 @@ public class ValidateInterfaceOrderServiceImpl implements ValidateInterfaceOrder |
|
|
|
|
/** |
|
|
|
|
* 订单主体-收款人 |
|
|
|
|
*/ |
|
|
|
|
checkResultMap = CheckParamUtil.checkParam(OrderInfoContentEnum.CHECK_ISS7PRI_107046, orderInfo.getSkr(), terminalCode); |
|
|
|
|
if (!OrderInfoContentEnum.SUCCESS.getKey().equals(checkResultMap.get(OrderManagementConstant.ERRORCODE))) { |
|
|
|
|
resultMapList.add(checkResultMap); |
|
|
|
|
} |
|
|
|
|
// checkResultMap = CheckParamUtil.checkParam(OrderInfoContentEnum.CHECK_ISS7PRI_107046, orderInfo.getSkr(), terminalCode);
|
|
|
|
|
// if (!OrderInfoContentEnum.SUCCESS.getKey().equals(checkResultMap.get(OrderManagementConstant.ERRORCODE))) {
|
|
|
|
|
// resultMapList.add(checkResultMap);
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 订单主体-复核人 |
|
|
|
|
*/ |
|
|
|
|
checkResultMap = CheckParamUtil.checkParam(OrderInfoContentEnum.CHECK_ISS7PRI_107048, orderInfo.getFhr(), terminalCode); |
|
|
|
|
if (!OrderInfoContentEnum.SUCCESS.getKey().equals(checkResultMap.get(OrderManagementConstant.ERRORCODE))) { |
|
|
|
|
resultMapList.add(checkResultMap); |
|
|
|
|
} |
|
|
|
|
// checkResultMap = CheckParamUtil.checkParam(OrderInfoContentEnum.CHECK_ISS7PRI_107048, orderInfo.getFhr(), terminalCode);
|
|
|
|
|
// if (!OrderInfoContentEnum.SUCCESS.getKey().equals(checkResultMap.get(OrderManagementConstant.ERRORCODE))) {
|
|
|
|
|
// resultMapList.add(checkResultMap);
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 订单主体-清单标志 |
|
|
|
|