|
@@ -75,10 +75,10 @@ public class ClassGradeController extends BaseController {
|
|
|
ClassGradeVo classGradeVo = iClassGradeService.queryList(bo).get(0);
|
|
|
List<Integer> integers = new ArrayList<>();
|
|
|
Integer status =1;
|
|
|
- if (classGradeVo.getInterfaceAccountId() != null ){
|
|
|
+ if (classGradeVo.getInterfacePushId() != null ){
|
|
|
integers.add(1);
|
|
|
}
|
|
|
- if (classGradeVo.getInterfacePushId()!=null){
|
|
|
+ if (classGradeVo.getInterfacePeriodId()!=null){
|
|
|
integers.add(2);
|
|
|
}
|
|
|
if (classGradeVo.getInterfaceAccountId() == null ){
|