|
@@ -320,6 +320,7 @@ public class MarketFrontServiceImpl implements MarketFrontService {
|
|
|
taskFollowPlatVerify.setUserId(userId);
|
|
taskFollowPlatVerify.setUserId(userId);
|
|
|
taskFollowPlatVerify.setPlatNickname(taskFollowReq.getPlatNickname());
|
|
taskFollowPlatVerify.setPlatNickname(taskFollowReq.getPlatNickname());
|
|
|
taskFollowPlatVerify.setImg(taskFollowReq.getImg());
|
|
taskFollowPlatVerify.setImg(taskFollowReq.getImg());
|
|
|
|
|
+ taskFollowPlatVerify.setLink(taskFollowReq.getLink());
|
|
|
try {
|
|
try {
|
|
|
taskFollowPlatVerifyMapper.insert(taskFollowPlatVerify);
|
|
taskFollowPlatVerifyMapper.insert(taskFollowPlatVerify);
|
|
|
TaskUserCompleteRecord record = new TaskUserCompleteRecord();
|
|
TaskUserCompleteRecord record = new TaskUserCompleteRecord();
|