|
@ -13,6 +13,7 @@ import com.example.demo.sevice.AuditService; |
|
|
import com.github.pagehelper.PageHelper; |
|
|
import com.github.pagehelper.PageHelper; |
|
|
import com.github.pagehelper.PageInfo; |
|
|
import com.github.pagehelper.PageInfo; |
|
|
import lombok.RequiredArgsConstructor; |
|
|
import lombok.RequiredArgsConstructor; |
|
|
|
|
|
import org.springframework.beans.BeanUtils; |
|
|
import org.springframework.cache.annotation.CacheConfig; |
|
|
import org.springframework.cache.annotation.CacheConfig; |
|
|
import org.springframework.cache.annotation.CacheEvict; |
|
|
import org.springframework.cache.annotation.CacheEvict; |
|
|
import org.springframework.cache.annotation.Cacheable; |
|
|
import org.springframework.cache.annotation.Cacheable; |
|
@ -121,27 +122,27 @@ public class AuditServiceImpl implements AuditService { |
|
|
Date createTime = audit.getCreateTime(); |
|
|
Date createTime = audit.getCreateTime(); |
|
|
|
|
|
|
|
|
DetailY detailY = new DetailY(); |
|
|
DetailY detailY = new DetailY(); |
|
|
detailY.setJwcode(JwCode); |
|
|
|
|
|
detailY.setActivityId(activityId); |
|
|
|
|
|
detailY.setRechargeCoin(paidGold); |
|
|
|
|
|
detailY.setRechargeWay(Way); |
|
|
|
|
|
detailY.setFreeCoin(freeGold); |
|
|
|
|
|
detailY.setRemark(remark); |
|
|
|
|
|
detailY.setUpdateType(0); |
|
|
|
|
|
detailY.setAdminId(adminId); |
|
|
|
|
|
detailY.setActivityName(activityName); |
|
|
|
|
|
detailY.setArea(area); |
|
|
|
|
|
detailY.setName(name); |
|
|
|
|
|
detailY.setUsername(username); |
|
|
|
|
|
detailY.setOrderCode(uuid); |
|
|
|
|
|
detailY.setStatus(status1); |
|
|
|
|
|
detailY.setReson(reson); |
|
|
|
|
|
detailY.setFlag(flag); |
|
|
|
|
|
detailY.setCreateTime(createTime); |
|
|
|
|
|
detailY.setConsumePlatform("金币系统"); |
|
|
|
|
|
detailY.setAuditTime(audit.getAuditTime()); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// detailY.setJwcode(JwCode); |
|
|
|
|
|
// detailY.setActivityId(activityId); |
|
|
|
|
|
// detailY.setRechargeCoin(paidGold); |
|
|
|
|
|
// detailY.setRechargeWay(Way); |
|
|
|
|
|
// detailY.setFreeCoin(freeGold); |
|
|
|
|
|
// detailY.setRemark(remark); |
|
|
|
|
|
// detailY.setUpdateType(0); |
|
|
|
|
|
// detailY.setAdminId(adminId); |
|
|
|
|
|
// detailY.setActivityName(activityName); |
|
|
|
|
|
// detailY.setArea(area); |
|
|
|
|
|
// detailY.setName(name); |
|
|
|
|
|
// detailY.setUsername(username); |
|
|
|
|
|
// detailY.setOrderCode(uuid); |
|
|
|
|
|
// detailY.setStatus(status1); |
|
|
|
|
|
// detailY.setReson(reson); |
|
|
|
|
|
// detailY.setFlag(flag); |
|
|
|
|
|
// detailY.setCreateTime(createTime); |
|
|
|
|
|
// detailY.setConsumePlatform("金币系统"); |
|
|
|
|
|
// detailY.setAuditTime(audit.getAuditTime()); |
|
|
|
|
|
|
|
|
|
|
|
// BeanUtils.copyProperties(audit,detailY); |
|
|
|
|
|
|
|
|
System.out.println(uuid+"/*/*/*-/-*/-/*-/-*/-/*-/*-/-*"); |
|
|
System.out.println(uuid+"/*/*/*-/-*/-/*-/-*/-/*-/*-/-*"); |
|
|
detailY.setOrderCode(uuid); |
|
|
detailY.setOrderCode(uuid); |
|
|