Commit 0b84704e by 墨竹

Merge branch 'master' into developer

parents 85e7d1db b37229f3
...@@ -68,5 +68,7 @@ public interface MemberUnionidRelatedMapper { ...@@ -68,5 +68,7 @@ public interface MemberUnionidRelatedMapper {
* @author mozhu * @author mozhu
* @date 2021-12-29 16:30:43 * @date 2021-12-29 16:30:43
*/ */
int updateExternalUserIdByOldExternalUserId(String new_external_userid, String external_userid, String wxEnterpriseId); int updateExternalUserIdByOldExternalUserId(@Param("newExternalUserId") String new_external_userid,
@Param("oldExternalUserId") String external_userid,
@Param("wxEnterpriseId") String wxEnterpriseId);
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment