Explorar el Código

修改查找逻辑

tianboguang hace 3 años
padre
commit
a88d839d67

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