cloud-server-other/src/main/resources/mapper/HonorRulesMapper.xml
@@ -14,9 +14,9 @@ where 1=1 <if test="honorIds.size > 0"> and `id` in <foreach collection="honorIds" index="index" item="item" open="(" separator="," close=")"> #{item} </foreach> <foreach collection="honorIds" index="index" item="item" open="(" separator="," close=")"> #{item} </foreach> </if> </select> <select id="getList" resultType="com.dsh.other.entity.HonorRules">