修改更新
This commit is contained in:
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user