|
@@ -357,7 +357,10 @@ public class IsvPayServiceImpl implements IsvPayService {
|
|
long day = 0;
|
|
long day = 0;
|
|
day = DateUtil.getDaySub(request.getEndTime(), request.getStartTime());
|
|
day = DateUtil.getDaySub(request.getEndTime(), request.getStartTime());
|
|
if (day < -15) {
|
|
if (day < -15) {
|
|
- throw new AppMessageException("请选择15天以内");
|
|
|
|
|
|
+// throw new AppMessageException("请选择15天以内");
|
|
|
|
+ Pagination pagination = new Pagination(pageIndex, pageSize, total);
|
|
|
|
+ PageVO<PayHistoryResponseData> res = new PageVO<>(pagination, list);
|
|
|
|
+ return res;
|
|
}
|
|
}
|
|
GetOutpatientListRequest req3 = GetOutpatientListRequest.newBuilder()
|
|
GetOutpatientListRequest req3 = GetOutpatientListRequest.newBuilder()
|
|
.setPatientId(hisPatientId)
|
|
.setPatientId(hisPatientId)
|