소스 검색

修改查找逻辑

tianboguang 3 년 전
부모
커밋
a88d839d67
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      platform-shop/src/main/resources/com/platform/dao/SceneDao.xml

+ 1 - 1
platform-shop/src/main/resources/com/platform/dao/SceneDao.xml

@@ -120,7 +120,7 @@
 		update nideshop_scene set deleted = 1 where id = #{value}
 	</delete>
 
-    <select id="queryByUserId">
+    <select id="queryByUserId" resultType="com.platform.entity.SceneEntity">
         select * from nideshop_scene where create_user_id = #{value}
     </select>