|
|
|
@@ -35,7 +35,7 @@ public class InvestTaskServiceImpl extends InvestBaseServiceImpl<InvestTaskMappe |
|
|
|
return true; |
|
|
|
} |
|
|
|
|
|
|
|
@TableLog |
|
|
|
//@TableLog |
|
|
|
@Override |
|
|
|
public boolean update(InvestTaskEntity entity, Wrapper<InvestTaskEntity> updateWrapper) { |
|
|
|
super.updateActon(entity, updateWrapper, this::checkBeforeSaveOrUpdate); |
|
|
|
@@ -43,7 +43,7 @@ public class InvestTaskServiceImpl extends InvestBaseServiceImpl<InvestTaskMappe |
|
|
|
return true; |
|
|
|
} |
|
|
|
|
|
|
|
@TableLog |
|
|
|
//@TableLog |
|
|
|
@Override |
|
|
|
public boolean updateById(InvestTaskEntity entity) { |
|
|
|
super.updateByIdAction(entity, this::checkBeforeSaveOrUpdate); |
|
|
|
|