Commit 74a13328 authored by chenzhao's avatar chenzhao

修复投融资批量推送

parent 92dd837c
......@@ -283,6 +283,9 @@ public class FinancingInfoServiceImpl extends BaseService<FinancingInfoDto, Fina
if (params.get("isFlag").equals("1")) {
params.put("comments", "退回整改");
params.put("approvalStatus",params.getOrDefault("problemDescription",""));
}else {
params.put("approvalStatus","");
}
} else {
task.setResultCode("approvalStatus");
......
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