@ -568,4 +568,12 @@
from io_order
where id = #{id}
</select>
<select id="selectByBillNo" resultType="com.glxp.api.admin.entity.inout.OrderEntity">
select *
where status = 4
and (id = #{billNo} or erpFk = #{billNo})
</mapper>