Explorar el Código

fengji fix bug 2068

yanite hace 3 años
padre
commit
1c111bd6ca

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

@@ -72,7 +72,7 @@
 
     <sql id="queryCondition">
         <where>
-            tenant_id_ = #{tenantId}
+            ss.tenant_id_ = #{tenantId}
             <if test="type!=null">
                 AND ss.type_ = #{type, typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler}
             </if>