Browse Source

余额记录增加变动类型

liyuan 5 months ago
parent
commit
bbb8108403

+ 1 - 0
blade-service/blade-sales-part/src/main/java/org/springblade/salesPart/util/WxParamUtil.java

@@ -291,6 +291,7 @@ public class WxParamUtil {
 		greenRecyclingRecord.setAdjustableQuota(changeQuota);
 		greenRecyclingRecord.setChangeUser(changeUserId);
 		greenRecyclingRecord.setChangeTime(LocalDateTime.now());
+		greenRecyclingRecord.setChangeType(changeType);
 		return greenRecyclingRecord;
 	}
 }