|
|
@ -88,7 +88,7 @@ public class EmInfoController extends BladeController { |
|
|
|
}) |
|
|
|
}) |
|
|
|
@OperationAnnotation(moduleName = "设备管理",title = "设备信息",operatorType = OperatorType.MOBILE,businessType = |
|
|
|
@OperationAnnotation(moduleName = "设备管理",title = "设备信息",operatorType = OperatorType.MOBILE,businessType = |
|
|
|
BusinessType.GENCODE, |
|
|
|
BusinessType.GENCODE, |
|
|
|
action = "分页条件") |
|
|
|
action = "分页查询设备信息列表") |
|
|
|
public R<IPage<EmInfoEntity>> list(@ApiIgnore @RequestParam Map<String, Object> em_info, Query query) { |
|
|
|
public R<IPage<EmInfoEntity>> list(@ApiIgnore @RequestParam Map<String, Object> em_info, Query query) { |
|
|
|
QueryWrapper<EmInfoEntity> queryWrapper = Condition.getQueryWrapper(em_info, EmInfoEntity.class); |
|
|
|
QueryWrapper<EmInfoEntity> queryWrapper = Condition.getQueryWrapper(em_info, EmInfoEntity.class); |
|
|
|
queryWrapper.lambda().eq(EmInfoEntity::getGpid, 0); |
|
|
|
queryWrapper.lambda().eq(EmInfoEntity::getGpid, 0); |
|
|
|