Merge branch 'develop_migration' into 'develop_master'
feat: There is no way the, XXX See merge request LiuChao/foton-slrs-system-rest!468
This commit is contained in:
@@ -44,9 +44,6 @@ public class ResetSearchCenterController extends BaseController<Map<String, Obje
|
|||||||
return Result.error("执行参数 ALL 存在更新 不存在新增 ,UPD 只 更新存在 es 里的标准 ,ADD 只新增不存在 es 的标准, DEL 只删除不存在标准库的数据");
|
return Result.error("执行参数 ALL 存在更新 不存在新增 ,UPD 只 更新存在 es 里的标准 ,ADD 只新增不存在 es 的标准, DEL 只删除不存在标准库的数据");
|
||||||
}
|
}
|
||||||
|
|
||||||
if(searchCenter.getCountStand() == null || searchCenter.getCountStand() == 0){
|
|
||||||
return Result.error("分页总数不可为空和0");
|
|
||||||
}
|
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user