소스 검색

代码不生效修改测试

anderx 7 년 전
부모
커밋
80f5789df6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/java/com/goafanti/common/mapper/UserLockReleaseMapper.xml

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