java110 лет назад: 5
Родитель
Сommit
e1d8dcb2ed

+ 1 - 1
java110-db/src/main/resources/mapper/user/RentingPoolServiceDaoImplMapper.xml

@@ -65,7 +65,7 @@
             and t.state= #{state}
         </if>
         <if test="states !=null ">
-            and t.states in
+            and t.state in
             <foreach collection="states" item="item" index="index" open="(" close=")" separator=",">
                 #{item}
             </foreach>