|
@@ -228,7 +228,7 @@ public class UserPeriodServiceImpl extends ServiceImpl<UserPeriodMapper, UserPer
|
|
|
if (gradePeriodStatus == 0) {
|
|
|
sendPeriodSMS(bo);
|
|
|
sendPeriodSevenSMS(bo);
|
|
|
- }else {
|
|
|
+ }else if(gradePeriodStatus == 3){
|
|
|
if (ObjectUtils.isNotNull(business.getPeriodNumber()) && business.getPeriodNumber() == 1){
|
|
|
//只需要初审,不用复审
|
|
|
this.confirmPeriod(bo);
|
|
@@ -323,7 +323,7 @@ public class UserPeriodServiceImpl extends ServiceImpl<UserPeriodMapper, UserPer
|
|
|
bo.setStatus(gradePeriodStatus);
|
|
|
sendPeriodSMS(bo);
|
|
|
sendPeriodSevenSMS(bo);
|
|
|
- }else {
|
|
|
+ }else if(gradePeriodStatus == 3) {
|
|
|
if (ObjectUtils.isNotNull(business.getPeriodNumber()) && business.getPeriodNumber() == 1){
|
|
|
//只需要初审,不用复审
|
|
|
this.confirmPeriod(bo);
|