Browse Source

积分人工调整

dev_shibei_match
zhaoqifeng 4 years ago
parent
commit
9af2be58cc
  1. 3
      epmet-module/epmet-point/epmet-point-server/src/main/java/com/epmet/service/impl/PointAdjustmentLogServiceImpl.java

3
epmet-module/epmet-point/epmet-point-server/src/main/java/com/epmet/service/impl/PointAdjustmentLogServiceImpl.java

@ -206,9 +206,10 @@ public class PointAdjustmentLogServiceImpl extends BaseServiceImpl<PointAdjustme
userPointActionEntity.setCustomerId(param.getCustomerId()); userPointActionEntity.setCustomerId(param.getCustomerId());
userPointActionEntity.setActionFlag(param.getAdjustmentType()); userPointActionEntity.setActionFlag(param.getAdjustmentType());
userPointActionEntity.setPoint(point); userPointActionEntity.setPoint(point);
userPointActionEntity.setEventId("manual");
userPointActionEntity.setBizType("agency"); userPointActionEntity.setBizType("agency");
userPointActionEntity.setObjectId(agencyId); userPointActionEntity.setObjectId(agencyId);
userPointActionEntity.setSourceType("manual "); userPointActionEntity.setSourceType("manual");
userPointActionEntity.setSourceId(param.getUserId()); userPointActionEntity.setSourceId(param.getUserId());
userPointActionEntity.setEventStatement(param.getReason()); userPointActionEntity.setEventStatement(param.getReason());
userPointActionEntity.setEventName(ModuleConstant.EVENT_NAME_ADJUSTMENT); userPointActionEntity.setEventName(ModuleConstant.EVENT_NAME_ADJUSTMENT);

Loading…
Cancel
Save