@@ -144,6 +144,11 @@ public class UserAccountController {
return R.ok(kxsUserAmountLogService.getByPage(page, param));
}
+ /**
+ * 待入账列表
+ *
+ * @return {@link R}
+ */
@GetMapping("/profitList")
public R profitList() {
@@ -91,7 +91,7 @@ public class KxsUserProfitServiceImpl extends ServiceImpl<KxsUserProfitMapper, K
userProfitVO.setTradeType(kxsUserProfitLkb.getTradeType());
- return null;
+ return list;