添加排序
This commit is contained in:
parent
90f3e318a6
commit
55985133af
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue