Commit b9977b08 by wangjian

2025-07-16 规范建设 V2.5

parent 54a13f3c
...@@ -233,7 +233,7 @@ public class SjGfjsYdjcjlController extends BaseController ...@@ -233,7 +233,7 @@ public class SjGfjsYdjcjlController extends BaseController
return AjaxResult.error("导入失败,第"+(i+1)+"行评价标准不能为空"); return AjaxResult.error("导入失败,第"+(i+1)+"行评价标准不能为空");
} }
//匹配评价标准 //匹配评价标准
String substring = pjbz.substring(4); String substring = pjbz.substring(6);
long l = Long.parseLong(substring); long l = Long.parseLong(substring);
SjGfjsZdgzCb sjGfjsZdGzCb=new SjGfjsZdgzCb(); SjGfjsZdgzCb sjGfjsZdGzCb=new SjGfjsZdgzCb();
sjGfjsZdGzCb.setKhxd(khxd); sjGfjsZdGzCb.setKhxd(khxd);
......
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