添加排序

This commit is contained in:
haozq 2025-01-21 15:48:44 +08:00
parent 90f3e318a6
commit 55985133af
1 changed files with 3 additions and 0 deletions

View File

@ -120,6 +120,9 @@
from car_plan_apply cpa
left join car_plan_apply_sup cpas on cpa.id=cpas.apply_id
where cpa.status_type=1 and dispatch_status!=2 and cpas.apply_id is not null
<if test="proId!=null and proId!=''">
and cpa.pro_id =#{proId}
</if>
</select>
<!--查询供应商计划信息-->
<select id="getPlanDetails" resultType="com.bonus.gzcar.business.backstage.entity.CarNeedPlanDetailVo">