Aslee 3 年之前
父节点
当前提交
23a733576b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/resources/mappings/modules/hehe/CmHeheCollageMapper.xml

+ 1 - 1
src/main/resources/mappings/modules/hehe/CmHeheCollageMapper.xml

@@ -35,7 +35,7 @@
 		FROM cm_hehe_collage a
 		FROM cm_hehe_collage a
 		<include refid="cmHeheCollageJoins"/>
 		<include refid="cmHeheCollageJoins"/>
 		<where>
 		<where>
-			status != 0
+			a.status != 0
 			<if test="id != null and id != ''">
 			<if test="id != null and id != ''">
 				AND a.id = #{id}
 				AND a.id = #{id}
 			</if>
 			</if>