标准入库流程带入标准的目录体系: 多余字段和break条件
This commit is contained in:
+1
-1
@@ -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>
|
||||
|
||||
<!-- 查询条件 -->
|
||||
|
||||
Reference in New Issue
Block a user