Commit dfbad3eb authored by hongguangwu's avatar hongguangwu

1.7.20-非扣税银企

parent f79432e3
......@@ -1503,9 +1503,7 @@ public class IcbcTransactionFlowIssueServiceImpl extends ServiceImpl<EkpSocialIn
setIcbcLogBaseInfoNoTax(responseV1, icbcLogList, vo.getFdWxNo(), vo.getFdId());
// 返回码,交易成功返回0,正表示业务报错,负表示系统报错
if (responseV1.isSuccess() && responseV1.getRd() != null && !responseV1.getRd().isEmpty()) {
// 生成日志主表
dataList = responseV1.getRd();
data = dataList.get(0);
// 终结态才下一步
if (data != null && (CommonConstants.SIX_STRING.equals(data.getResult())
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment