订单管理相关

This commit is contained in:
潘荣晟
2025-10-15 17:28:53 +08:00
parent 979acacd27
commit e5acac8fe3
13 changed files with 155 additions and 14 deletions

View File

@@ -221,7 +221,7 @@
<select id="selectByOrderId"
resultType="com.zt.plat.module.contractorder.dal.dataobject.purchaseorder.PurchaseOrderDO">
select * from bse_prch_ord;
select * from bse_prch_ord where sys_ord_num =#{orderId};
</select>