1.删除重复方法

master
x_z 3 years ago
parent 102cf883ec
commit ebc6c8d8d2

@ -569,11 +569,4 @@
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