yonge 3 years ago
parent
commit
54830cf8d7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mec-biz/src/main/resources/config/mybatis/HfMemberMapper.xml

+ 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>
 
     <!-- 分页查询 -->