1、租赁订单
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 22m59s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 22m59s
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user