Commit 8313f86c by fudahua

清楚关联关系

parent 7a7a7478
...@@ -20,7 +20,7 @@ public interface MemberUnionidRelatedMapper { ...@@ -20,7 +20,7 @@ public interface MemberUnionidRelatedMapper {
int updateByPrimaryKey(MemberUnionidRelated record); int updateByPrimaryKey(MemberUnionidRelated record);
int cleanByCid(String cid); int cleanByCid(@Param("cid") String cid);
MemberUnionidRelated getByUnionId(@Param("wxUserId")String wxUserId, @Param("unionid")String unionid); MemberUnionidRelated getByUnionId(@Param("wxUserId")String wxUserId, @Param("unionid")String unionid);
......
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