问题修改

This commit is contained in:
hayu 2025-07-08 14:45:37 +08:00
parent a508ea9437
commit fecd1ff170
1 changed files with 1 additions and 0 deletions

View File

@ -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>