合并分支 'dev_foton_CD' 到 'FOTON'

标准体系字段内容替换为企标体系类别

查看合并请求 laws-foton-slrs/foton-slrs-system-rest!12
This commit is contained in:
陈栋
2023-01-04 16:57:14 +08:00
@@ -3042,7 +3042,7 @@ public class SarStandardsInfoServiceImpl extends ServiceImpl<SarStandardsInfoDao
}
QueryWrapper<SarMenuStandard> wrapper=new QueryWrapper<>();
wrapper.in("MENU_NAME",sarStandardsInfoEO.getStandSystem());
wrapper.eq("DIC_ID","wnt12e6n258qkqgcl742");
wrapper.eq("DIC_ID","9m4qqqaansxmox5e82zm");
wrapper.orderByDesc("length(PARENT_IDS)");
List<SarMenuStandard> standards=iSarMenuStandardService.list(wrapper);
if (null!=standards && standards.size() == 1) {