Commit 55c2bd3d authored by chenyuxi's avatar chenyuxi

feat: 瓜子交互任务

parent a21bf501
......@@ -95,6 +95,7 @@ public class TGzPushEntryServiceImpl extends ServiceImpl<TGzPushEntryMapper, TGz
// 先改为推送中
findInfo.setPushStatus(CommonConstants.THREE_STRING);
findInfo.setFailReason("");
findInfo.setUpdateBy(user.getId());
findInfo.setUpdateTime(LocalDateTime.now());
this.updateById(tGzPushEntry);
......
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