Commit 3986e920 authored by huyuchen's avatar huyuchen

优化修改

parent be4d4ec2
......@@ -248,7 +248,7 @@ public class DoJointInsuranceTask {
} else {
viewVo = ekpSettleService.selectFundViewBySettleNo(vo.getSettleNo(),vo.getPayFlag());
}
log.info("获取信息条数:",viewVo.size());
log.info("获取信息条数:",viewVo.toString());
if (!viewVo.isEmpty()) {
viewVo.forEach(e -> e.setPayFlag(vo.getPayFlag()));
socialDaprUtils.updateSocialSettleStatus(viewVo);
......
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