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
 		<include refid="cmHeheCollageJoins"/>
 		<where>
-			status != 0
+			a.status != 0
 			<if test="id != null and id != ''">
 				AND a.id = #{id}
 			</if>