lyhzzz 1 месяц назад
Родитель
Сommit
3b389377fd
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/main/resources/mapper/ucenter/ScenePlusMapper.xml

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