字段问题

This commit is contained in:
wanggeng 2022-05-20 18:15:46 +08:00
parent cf60455b9f
commit 51fe298d3e

View File

@ -309,7 +309,7 @@
ON
st1.DEPLOYMENT_ID_ = st2.DEPLOYMENT_ID_
WHERE
st2.CATEGOTY_ IN
st2.CATEGORY_ IN
<foreach collection="modelCategories" index="index" open="(" separator="," close=")">
#{modelCategories[${index}]}
</foreach>