Commit 068d8aae by 墨竹

fix:bug修改

parent b4f13091
......@@ -68,5 +68,7 @@ public interface MemberUnionidRelatedMapper {
* @author mozhu
* @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