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
@@ -77,11 +77,11 @@
<result property="is2v" column="is2v"/>
<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="groupName" column="groupName"/>
</collection >
<!-- <result property="groupId" column="groupId"/>-->
<!-- <result property="groupName" column="groupName"/>-->
<!-- </collection >-->
</resultMap>