修改bug
This commit is contained in:
parent
cb3ee0a260
commit
26a1435058
|
|
@ -41,8 +41,9 @@ public class InvoicingThdApi {
|
|||
public Result<IPage<InvoicingThdMainEntity>> thdList(InvoicingThdMainEntity dto,
|
||||
@RequestParam(name = "pageNo", defaultValue = "1") Integer pageNo,
|
||||
@RequestParam(name = "pageSize", defaultValue = "10") Integer pageSize) {
|
||||
IPage<InvoicingThdMainEntity> pageList = tuiHuoApi.thdList(pageNo, pageSize, dto);
|
||||
return Result.OK(pageList);
|
||||
// IPage<InvoicingThdMainEntity> pageList = tuiHuoApi.thdList(pageNo, pageSize, dto);
|
||||
|
||||
return Result.OK(null);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue