lyhzzz 1 mesiac pred
rodič
commit
3b389377fd

+ 1 - 1
src/main/resources/mapper/ucenter/ScenePlusMapper.xml

@@ -197,7 +197,7 @@
             </foreach>
         </if>
         <if test="param.isObj !=null and param.isObj == 1">
-            and e.is_obj ==1
+            and e.is_obj =1
         </if>
     </select>
 </mapper>