解决提交请领单报错

This commit is contained in:
1378012178@qq.com 2025-12-11 10:10:25 +08:00
parent b6fe310753
commit 9c95cd6163
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@
left join nu_config_material_type g on a.type_id = g.id
left join nu_config_material_medication h on a.medication_id = h.id
<where>
a.id
a.id in
<foreach collection="ids" item="id" open="(" close=")" separator=",">
#{id}
</foreach>