1、gateway日志输出开关补充;2、未排单列表collection移除测试;

This commit is contained in:
gaoqr
2025-06-24 11:58:01 +08:00
parent a47553756d
commit 2434366654
2 changed files with 5 additions and 4 deletions
@@ -105,6 +105,7 @@ knife4j:
chenfeng: chenfeng:
gateway: gateway:
accessLogEnable: false
access-log-ignore-urls: access-log-ignore-urls:
- /report/template - /report/template
- /system/captcha/get - /system/captcha/get
@@ -77,11 +77,11 @@
<result property="is2v" column="is2v"/> <result property="is2v" column="is2v"/>
<result property="isSide2v" column="isSide2v"/> <result property="isSide2v" column="isSide2v"/>
<collection property="processGroupLists" javaType="java.util.List" ofType="com.cf.imes.module.executor.controller.admin.plan.bo.ProcessGroupList" > <!-- <collection property="processGroupLists" javaType="java.util.List" ofType="com.cf.imes.module.executor.controller.admin.plan.bo.ProcessGroupList" >-->
<result property="groupId" column="groupId"/> <!-- <result property="groupId" column="groupId"/>-->
<result property="groupName" column="groupName"/> <!-- <result property="groupName" column="groupName"/>-->
</collection > <!-- </collection >-->
</resultMap> </resultMap>