|
|
@ -206,9 +206,10 @@ 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 "); |
|
|
|
userPointActionEntity.setSourceType("manual"); |
|
|
|
userPointActionEntity.setSourceId(param.getUserId()); |
|
|
|
userPointActionEntity.setEventStatement(param.getReason()); |
|
|
|
userPointActionEntity.setEventName(ModuleConstant.EVENT_NAME_ADJUSTMENT); |
|
|
|