Compare commits

...

2 Commits

1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ public class OrgApplyInfoServiceImpl extends ServiceImpl<OrgApplyInfoMapper, Org
baseMapper.updateById(orgApplyInfo);
} else {
if ("2".equals(orgApplyInfo.getStatus())) {
if ("2".equals(orgApplyInfo.getStatus()) && orgApplyInfo.getFranchiseTime() == null) {
orgApplyInfo.setFranchiseTime(new Date());
}
//机构加盟审批流程