瀏覽代碼

no message

ly 1 年之前
父節點
當前提交
c09657d07d

+ 1 - 1
src/main/java/cn/ezhizao/project/business/archiveTicket/controller/ArchiveTicketController.java

@@ -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);