Commit b6db1cd0 by jianan

出账检核-增加币种51

parent 0660b654
......@@ -688,7 +688,7 @@ public class ApiExpectedFortuneServiceImpl implements ApiExpectedFortuneService
updateObj.setId(expectedFortune.getId());
updateObj.setFortuneType(GetDictItemListByDictTypeResponse.getItemValue(dictTypeResponses,
"csf_fortune_type", expectedFortune.getFortuneName()));
updateObj.setPayableNo(iExpectedFortuneService.getPayableNo(expectedFortune.getFortuneType(), policyNo, expectedFortune.getId()));
updateObj.setPayableNo(iExpectedFortuneService.getPayableNo(updateObj.getFortuneType(), policyNo, expectedFortune.getId()));
updateList.add(updateObj);
}
......
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