yonge há 5 anos atrás
pai
commit
ca5db683b6

+ 1 - 1
mec-biz/src/main/resources/config/mybatis/SchoolMapper.xml

@@ -141,7 +141,7 @@
         AND (FIND_IN_SET(organ_id_,#{organId}) and user_id_ is NULL  or user_id_ = #{userId})
         </if>
         <if test="organId == null">
-        	and user_id_ = #{userId}
+        	or user_id_ = #{userId}
         </if>
     </select>
 </mapper>