|
@@ -136,6 +136,14 @@ public class UserAccountController {
|
|
|
public R userAmountVariationList(@ParameterObject Page<UserAmountVariationListVO> page, @Valid @ParameterObject UserAmountVariationListDTO param) {
|
|
public R userAmountVariationList(@ParameterObject Page<UserAmountVariationListVO> page, @Valid @ParameterObject UserAmountVariationListDTO param) {
|
|
|
return R.ok(kxsUserAmountLogService.getByPage(page, param));
|
|
return R.ok(kxsUserAmountLogService.getByPage(page, param));
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+ /**
|
|
|
|
|
+ * 来源创客
|
|
|
|
|
+ *
|
|
|
|
|
+ * @param id 同上
|
|
|
|
|
+ * @param tradeMonth 贸易月
|
|
|
|
|
+ * @return {@link R}
|
|
|
|
|
+ */
|
|
|
@GetMapping("/sourceUser")
|
|
@GetMapping("/sourceUser")
|
|
|
public R sourceUser(@RequestParam("id") Integer id, @RequestParam("tradeMonth") String tradeMonth){
|
|
public R sourceUser(@RequestParam("id") Integer id, @RequestParam("tradeMonth") String tradeMonth){
|
|
|
|
|
|