|
@@ -173,6 +173,7 @@ public class UserPeriodServiceImpl extends ServiceImpl<UserPeriodMapper, UserPer
|
|
}
|
|
}
|
|
//通过或者不通过才发送消息
|
|
//通过或者不通过才发送消息
|
|
if(gradePeriodStatus==1||gradePeriodStatus==0){
|
|
if(gradePeriodStatus==1||gradePeriodStatus==0){
|
|
|
|
+ bo.setStatus(gradePeriodStatus);
|
|
sendPeriodSMS(bo);
|
|
sendPeriodSMS(bo);
|
|
sendPeriodSevenSMS(bo);
|
|
sendPeriodSevenSMS(bo);
|
|
}
|
|
}
|
|
@@ -311,6 +312,7 @@ public class UserPeriodServiceImpl extends ServiceImpl<UserPeriodMapper, UserPer
|
|
}
|
|
}
|
|
//发送消息
|
|
//发送消息
|
|
if(gradePeriodStatus==1||gradePeriodStatus==0){
|
|
if(gradePeriodStatus==1||gradePeriodStatus==0){
|
|
|
|
+ bo.setStatus(gradePeriodStatus);
|
|
sendPeriodSMS(bo);
|
|
sendPeriodSMS(bo);
|
|
sendPeriodSevenSMS(bo);
|
|
sendPeriodSevenSMS(bo);
|
|
}
|
|
}
|