@@ -393,6 +393,6 @@
</update>
<select id="selectPendinglockUserList" resultType="com.goafanti.customer.bo.LockingReleaseBo">
- select id,uid,type from user_lock_release where status=1
+ select id,uid,type from user_lock_release where status=1
</select>
</mapper>