宝箱投入修复
This commit is contained in:
parent
e6e51d5584
commit
4c287e8713
@ -28,7 +28,7 @@ public class FamilyBoxDailyServiceImpl extends BaseServiceImpl<FamilyBoxDailyDAO
|
||||
@Override
|
||||
public void incrementContributeCount(Long familyId, LocalDate boxDate, String sysOrigin) {
|
||||
// 先尝试更新
|
||||
if (tryUpdate(familyId, boxDate)) {
|
||||
if (!tryUpdate(familyId, boxDate)) {
|
||||
try {
|
||||
FamilyBoxDaily record = new FamilyBoxDaily()
|
||||
.setFamilyId(familyId)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user