|
|
@ -212,7 +212,7 @@ public class LoanCreditAppealApplyService extends MybatisBaseService<LoanCreditA |
|
|
|
IPage<LoanCreditAppealApplyVo> pagging = baseMapper.selectPageVo(page, qw); |
|
|
|
for (LoanCreditAppealApplyVo record : pagging.getRecords()) { |
|
|
|
record.setPublishInfo(record.getApplyDeptName() + "-" + record.getCreateByName()); |
|
|
|
if ("申诉中".equals(record.getSsjg())){ |
|
|
|
if ("1".equals(query.getType())){ |
|
|
|
record.setSsjg(""); |
|
|
|
} |
|
|
|
if ("待提交".equals(record.getNodeState())) { |
|
|
|