解决提交请领单报错
This commit is contained in:
parent
b6fe310753
commit
9c95cd6163
|
|
@ -117,7 +117,7 @@
|
||||||
left join nu_config_material_type g on a.type_id = g.id
|
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
|
left join nu_config_material_medication h on a.medication_id = h.id
|
||||||
<where>
|
<where>
|
||||||
a.id
|
a.id in
|
||||||
<foreach collection="ids" item="id" open="(" close=")" separator=",">
|
<foreach collection="ids" item="id" open="(" close=")" separator=",">
|
||||||
#{id}
|
#{id}
|
||||||
</foreach>
|
</foreach>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue