1、租赁订单
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 22m59s

This commit is contained in:
2025-07-05 17:38:27 +08:00
parent 73b4581836
commit 9a34602030
19 changed files with 180 additions and 70 deletions

View File

@@ -7,6 +7,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<result property="id" column="pid"/>
<result property="planId" column="plan_id"/>
<result property="productId" column="product_id"/>
<result property="productNum" column="product_num"/>
<association property="product" javaType="org.dromara.property.domain.vo.PlantsProductVo">
<id property="id" column="id"/>
<result property="plantCode" column="plant_code"/>
@@ -30,6 +31,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
c.id pid,
c.plan_id,
c.product_id,
c.product_num,
p.*
from plants_plan_product c
left join plants_product p on c.product_id = p.id