Browse Source

代码不生效修改测试

anderx 7 years ago
parent
commit
80f5789df6

+ 1 - 1
src/main/java/com/goafanti/common/mapper/UserLockReleaseMapper.xml

@@ -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>