Commit a644cf68 authored by fangxinjiang's avatar fangxinjiang

项目规则配置-fxj

parent 14fe0425
...@@ -528,7 +528,7 @@ public class TAutoMainRelServiceImpl extends ServiceImpl<TAutoMainRelMapper, TAu ...@@ -528,7 +528,7 @@ public class TAutoMainRelServiceImpl extends ServiceImpl<TAutoMainRelMapper, TAu
if (Common.isNotNull(rel) && Common.isNotNull(rel.getId())){ if (Common.isNotNull(rel) && Common.isNotNull(rel.getId())){
return this.getByIdAsso(rel.getId()); return this.getByIdAsso(rel.getId());
} }
return R.failed(CommonConstants.NO_DATA_TO_HANDLE); return R.ok();
} }
private LambdaQueryWrapper buildQueryWrapper(String deptId, String deptNo){ private LambdaQueryWrapper buildQueryWrapper(String deptId, String deptNo){
LambdaQueryWrapper<TAutoMainRel> wrapper = Wrappers.lambdaQuery(); LambdaQueryWrapper<TAutoMainRel> wrapper = Wrappers.lambdaQuery();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment