|
|
@ -2,6 +2,7 @@ package com.example.demo.controller.cash; |
|
|
|
|
|
|
|
|
import com.example.demo.Util.JWTUtil; |
|
|
import com.example.demo.Util.JWTUtil; |
|
|
import com.example.demo.Util.LanguageTranslationUtil; |
|
|
import com.example.demo.Util.LanguageTranslationUtil; |
|
|
|
|
|
import com.example.demo.domain.DTO.PerformanceDTO; |
|
|
import com.example.demo.domain.entity.Admin; |
|
|
import com.example.demo.domain.entity.Admin; |
|
|
import com.example.demo.domain.entity.CashRecord; |
|
|
import com.example.demo.domain.entity.CashRecord; |
|
|
import com.example.demo.domain.entity.RechargeActivity; |
|
|
import com.example.demo.domain.entity.RechargeActivity; |
|
|
@ -274,7 +275,7 @@ public class CashCollectionController { |
|
|
|
|
|
|
|
|
//根据id查询收款订单 |
|
|
//根据id查询收款订单 |
|
|
@PostMapping("/performanceSelect") |
|
|
@PostMapping("/performanceSelect") |
|
|
public Result performanceSelect(@RequestBody CashCollection cashCollection) { |
|
|
|
|
|
|
|
|
public Result performanceSelect(@RequestBody Page page) { |
|
|
try { |
|
|
try { |
|
|
CashCollection result = cashCollectionService.selectById(cashCollection); |
|
|
CashCollection result = cashCollectionService.selectById(cashCollection); |
|
|
|
|
|
|
|
|
|