QRCODE判断修正

This commit is contained in:
syruan 2023-12-24 00:31:04 +08:00
parent 2085686f96
commit f0254a5f3d
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,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.ma_code = #{maCode}
where m.ma_code = #{maCode} or m.qr_code = #{maCode}
</select>