|
|
|
@@ -293,6 +293,9 @@ public class WxOfflineActivityRecordServiceImpl implements WxOfflineActivityReco |
|
|
|
creditHistory.setCreditType(EnumScoreType.POINT_CHANGE.getCode()); |
|
|
|
|
|
|
|
Integer increasedPoints = record.getIncreasedPoints(); |
|
|
|
if(increasedPoints == null){ |
|
|
|
increasedPoints = 0; |
|
|
|
} |
|
|
|
if(EnumOfflineActivityRecordStatus.AUDI_SUCCESS.getCode().equals(record.getAuditStatus())){ |
|
|
|
if(increasedPoints > 0){ |
|
|
|
return; |
|
|
|
|