yonge před 3 roky
rodič
revize
54830cf8d7

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

@@ -142,7 +142,7 @@
                 organ_id_ = #{organId},
             </if>
         </set>
-        where id_ = #{id,jdbcType=INTEGER} and tenant_id_ = #{tennatId}
+        where id_ = #{id,jdbcType=INTEGER} and tenant_id_ = #{tenantId}
     </update>
 
     <!-- 分页查询 -->