标准入库流程带入标准的目录体系: 多余字段和break条件

This commit is contained in:
zhaokaiyao@91isoft.com
2022-01-24 15:11:59 +08:00
parent 2bc533d3ec
commit 8f650eeb81
2 changed files with 2 additions and 2 deletions
@@ -568,7 +568,7 @@ public class SarStandardsInfoController extends BaseController<SarStandardsInfo>
flag = sarStandardsInfoEOService.updateStandInfo(standardsInfoEO);
}
if (flag){
if (!flag){
break;
}
}
@@ -12,7 +12,7 @@
<!-- SAR_STAND_MENU table all fields -->
<sql id="Base_Column_List" >
valid_flag, menu_id, stand_id, id,menu_name
valid_flag, menu_id, stand_id, id
</sql>
<!-- 查询条件 -->