diff --git a/src/main/resources/mappers/business/backstage/SupDispatchCarMapper.xml b/src/main/resources/mappers/business/backstage/SupDispatchCarMapper.xml index bcabe11..4e04f18 100644 --- a/src/main/resources/mappers/business/backstage/SupDispatchCarMapper.xml +++ b/src/main/resources/mappers/business/backstage/SupDispatchCarMapper.xml @@ -320,6 +320,7 @@ LEFT JOIN car_plan_out_details cpod on cpod.out_id = cpo.id and cpod.apply_id = cpo.apply_id WHERE cpo.apply_id = #{id} and cpo.sup_id = #{supId} + and (cpo.status = 0 or cpo.status = 1) \ No newline at end of file