获取领料申请-详情列表

This commit is contained in:
sliang 2023-12-24 18:43:42 +08:00
parent 43c3bd1484
commit d47a1ec7f4
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
left join ma_type mt1 on mt.parent_id = mt1.type_id
left join ma_type mt2 on mt1.parent_id = mt2.type_id
left join ma_label_bind mmb on m.ma_id = mmb.ma_id and m.type_id = mmb.type_id
where m.qr_code = #{maCode}
where m.qr_code = #{qrCode}
</select>