Compare commits
2 Commits
b496865795
...
87b9e56c26
Author | SHA1 | Date |
---|---|---|
|
87b9e56c26 | |
|
6aa20a058c |
|
@ -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());
|
||||
}
|
||||
//机构加盟审批流程
|
||||
|
|
Loading…
Reference in New Issue