rev: 出入库界面修改

This commit is contained in:
2023-05-26 09:39:21 +08:00
parent 51513aaeea
commit 17880e035d
3 changed files with 3 additions and 3 deletions

View File

@@ -76,7 +76,7 @@
AND mst.bill_code =#{bill_code}
</if>
<if test="iostorinv_id != null and iostorinv_id != ''">
AND mst.bill_code =#{iostorinv_id}
AND mst.iostorinv_id =#{iostorinv_id}
</if>
order by dtl.seq_no ASC