|
@@ -88,7 +88,7 @@ public class ArchiveTicketController extends BaseController {
|
|
|
@ResponseBody
|
|
|
public AjaxResult getFiles(BizArchiveReceiveTicket conditions) throws NoSuchFieldException, IllegalAccessException {
|
|
|
// setTenantId(conditions);
|
|
|
- startPage();
|
|
|
+// startPage();
|
|
|
List<BizArchiveReceiveTicket> list = bizArchiveReceiveTicketService.getList(conditions);
|
|
|
Map<String, Object> map = new HashMap<>();
|
|
|
map.put("files", list);
|