设置批量提交的个数

This commit is contained in:
intraUser
2019-01-03 12:25:24 +08:00
parent 74c978286a
commit 71038b0911

View File

@@ -2079,6 +2079,9 @@ public class BaseController {
* @return * @return
*/ */
public void auditAll(Page page,Integer auditType,Object entity)throws Exception { public void auditAll(Page page,Integer auditType,Object entity)throws Exception {
page.setOrderBy("");
page.setPageSize(Constants.MAAT_JSON_SEND_SIZE);
page.setPageNo(1);
//携带审核状态信息的BaseCfg //携带审核状态信息的BaseCfg
BaseCfg auditBatchCfg=new BaseCfg(); BaseCfg auditBatchCfg=new BaseCfg();
//携带审核条件的BaseCfg //携带审核条件的BaseCfg