1.提交查询单据方法

master
x_z 3 years ago
parent ae8ba3dd36
commit 102cf883ec

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