补充SQL字段

This commit is contained in:
xiaofajia 2024-12-04 16:51:36 +08:00
parent a27dcd63dd
commit 559e20bc61

View File

@ -107,6 +107,8 @@
<result property="confirmFaultMoney" column="confirm_fault_money" />
<result property="billingRemark" column="billing_remark" />
<result property="canOperate" column="can_operate" />
<result property="handleName" column="handle_name" />
<result property="handleMobile" column="handle_mobile" />
<association property="booking" javaType="cn.iocoder.yudao.module.booking.entity.DlRepairBooking" select="selectBookingById" column="id"/>
<collection property="itemList" column="id" ofType="cn.iocoder.yudao.module.tickets.entity.DlRepairTitem" select="selectItemList" />
</resultMap>
@ -160,7 +162,9 @@
rescue_money,
three_pack_money,
confirm_fault_money,
billing_remark
billing_remark,
handle_name,
handle_mobile
from dl_repair_tickets drt
where drt.deleted = '0'
</sql>