Compare commits
No commits in common. "87b9e56c26d7e30aaf2d9258b712941a9aba47fe" and "b4968657954920ea827651ff3f42eb0fb87d835f" have entirely different histories.
87b9e56c26
...
b496865795
|
@ -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());
|
||||
}
|
||||
//机构加盟审批流程
|
||||
|
|
Loading…
Reference in New Issue