解决加盟时间被刷新问题
This commit is contained in:
parent
704448f43b
commit
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