Commit f5cf06ae by jinxin

gic会员绑定关系bug修复

parent e31be430
...@@ -1497,9 +1497,9 @@ public class MemberUnionidRelatedApiServiceImpl implements MemberUnionidRelatedA ...@@ -1497,9 +1497,9 @@ public class MemberUnionidRelatedApiServiceImpl implements MemberUnionidRelatedA
firstTime = addTime; firstTime = addTime;
} }
} }
}
this.memberApiService.updateMemberQywxEveryOccasion(enterpriseId, memberId, 1, date,firstTime); this.memberApiService.updateMemberQywxEveryOccasion(enterpriseId, memberId, 1, date,firstTime);
} }
}
return ""; return "";
} }
......
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