Compare commits

..

No commits in common. "87b9e56c26d7e30aaf2d9258b712941a9aba47fe" and "b4968657954920ea827651ff3f42eb0fb87d835f" have entirely different histories.

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()) && orgApplyInfo.getFranchiseTime() == null) {
if ("2".equals(orgApplyInfo.getStatus())) {
orgApplyInfo.setFranchiseTime(new Date());
}
//机构加盟审批流程