|
@@ -585,6 +585,6 @@ public class HlwPaymentDetailController extends JeecgController<HlwPaymentDetail
|
|
|
hlwPayment.setTotalUser(totalUser);
|
|
hlwPayment.setTotalUser(totalUser);
|
|
|
return Result.ok(hlwPayment);
|
|
return Result.ok(hlwPayment);
|
|
|
}
|
|
}
|
|
|
- return Result.ok();
|
|
|
|
|
|
|
+ return Result.error("暂无数据");
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|