Commit 961a7b8f by wangjian

2025-07-28 规范建设 V4

parent 51642e48
......@@ -120,9 +120,10 @@ public class SjGfjsZdgzController extends BaseController
String nd = cb.getNd();
cb.setNd(nd.substring(0,4));
if(StringUtils.isEmpty(cb.getLx())){
return AjaxResult.error("该单位未设置类型");
}
// if(StringUtils.isEmpty(cb.getLx())){
// return AjaxResult.error("该单位未设置类型");
// }
cb.setLx("基础");
List<String> khnrList = sjGfjsZdgzService.getKhnrList(cb);
return success(khnrList);
}
......
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