mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-14 21:52:07 +08:00
1、gateway日志输出开关补充;2、未排单列表collection移除测试;
This commit is contained in:
@@ -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
|
||||||
+4
-4
@@ -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>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user