|
|
@ -206,6 +206,7 @@ public class PointAdjustmentLogServiceImpl extends BaseServiceImpl<PointAdjustme |
|
|
|
userPointActionEntity.setCustomerId(param.getCustomerId()); |
|
|
|
userPointActionEntity.setActionFlag(param.getAdjustmentType()); |
|
|
|
userPointActionEntity.setPoint(point); |
|
|
|
userPointActionEntity.setEventId("manual"); |
|
|
|
userPointActionEntity.setBizType("agency"); |
|
|
|
userPointActionEntity.setObjectId(agencyId); |
|
|
|
userPointActionEntity.setSourceType("manual"); |
|
|
|