|
@@ -140,7 +140,7 @@ public class CheckStandardServiceImpl extends BaseServiceImpl<CheckStandardMappe
|
|
model.setType(CheckStandardTypeEnum.POLLING.getValue());
|
|
model.setType(CheckStandardTypeEnum.POLLING.getValue());
|
|
}
|
|
}
|
|
if(model.getEnable() == null){
|
|
if(model.getEnable() == null){
|
|
- model.setType(1);
|
|
|
|
|
|
+ model.setEnable(1);
|
|
}
|
|
}
|
|
// 设置编码
|
|
// 设置编码
|
|
Weekend<CheckStandard> weekend = new Weekend<>(CheckStandard.class);
|
|
Weekend<CheckStandard> weekend = new Weekend<>(CheckStandard.class);
|