服务指令-工单子表改名

This commit is contained in:
曹磊 2026-02-05 11:16:04 +08:00
parent 8988a0ce79
commit ddd6a718fc
2 changed files with 3 additions and 3 deletions

View File

@ -58,7 +58,7 @@
<result column="opt_ids" property="optIds"/>
<result column="opt_names" property="optNames"/>
<result column="optTypeName" property="optTypeName"/>
<collection property="subList" ofType="com.nu.entity.DirectiveOrderInfoEntity">
<collection property="infoList" ofType="com.nu.entity.DirectiveOrderInfoEntity">
<id column="sub_id" property="id"/>
<result column="sub_order_type" property="orderType"/>
<result column="sub_main_id" property="mainId"/>

View File

@ -206,7 +206,7 @@ spring:
password:
#rabbitmq 配置
rabbitmq:
host: 192.168.2.199
host: localhost
prot: 5672
username: hldy
password: hldy
@ -225,7 +225,7 @@ mybatis-plus:
table-underline: true
configuration:
# 这个配置会将执行的sql打印出来在开发或测试的时候可以用
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
#log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
# 返回类型为Map,显示null对应的字段
call-setters-on-nulls: true
#jeecg专用配置