Explorar o código

fengji fix bug 2068

yanite %!s(int64=3) %!d(string=hai) anos
pai
achega
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>