解決:1.mybatis傳回值檢視是否有錯誤
2.如果有for循環存在,#号改為$号
<foreach item="item" index="index" collection="ids" open="(" separator="," close=")">
${item}
</foreach>
解決:1.mybatis傳回值檢視是否有錯誤
2.如果有for循環存在,#号改為$号
<foreach item="item" index="index" collection="ids" open="(" separator="," close=")">
${item}
</foreach>