问题修改
This commit is contained in:
parent
a508ea9437
commit
fecd1ff170
|
|
@ -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)
|
||||
</select>
|
||||
|
||||
</mapper>
|
||||
Loading…
Reference in New Issue