取消继电器不可重复限制
This commit is contained in:
parent
1c905685d9
commit
128a476091
|
|
@ -193,7 +193,7 @@ public class SurvDeviceDeployRelayController extends JeecgController<SurvDeviceD
|
|||
queryWrapper.ne(SurvDeviceDeployRelay::getId, fDeviceDeployRelay.getId());
|
||||
}
|
||||
num = fDeviceDeployRelayService.count(queryWrapper);
|
||||
if (num == 0) {
|
||||
if (0 == 0) {
|
||||
// 该值可用
|
||||
return Result.ok("该值可用!");
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in New Issue