修改更新

This commit is contained in:
taozi
2021-04-18 19:23:17 +08:00
parent 2c4f806ea2
commit 96b8be0a82

View File

@ -108,7 +108,7 @@ public class YxStoreVisitServiceImpl extends BaseServiceImpl<YxStoreVisitMapper,
.uid(uid) .uid(uid)
.count(1) .count(1)
.build(); .build();
this.saveOrUpdate(yxStoreVisit); this.save(yxStoreVisit);
} }
} }