Commit fb078e3a authored by fangxinjiang's avatar fangxinjiang

是否BPO结算模式字段同步-fxj

parent 97c52531
......@@ -258,11 +258,13 @@ public class DoJointInsuranceTask {
if (CommonConstants.ZERO_STRING.equals(detail.getPaymentStatus())
&&("已收".equals(viewVo.getIncomeCollectFlag())
|| "垫付".equals(viewVo.getIncomeCollectFlag()))){
detail.setBuyHandleStatus(CommonConstants.ONE_INT);
detail.setPaymentStatus(CommonConstants.ONE_STRING);
detail.setPaymentTime(DateUtil.formatDatePatten(new Date(),DateUtil.DATETIME_PATTERN_SECOND));
}
if (CommonConstants.ONE_STRING.equals(detail.getPaymentStatus())
&& "未收".equals(viewVo.getIncomeCollectFlag())){
detail.setBuyHandleStatus(CommonConstants.SIX_INT);
detail.setPaymentStatus(CommonConstants.ZERO_STRING);
detail.setPaymentTime(CommonConstants.EMPTY_STRING);
}
......
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