案例管理优化
This commit is contained in:
		| @@ -57,6 +57,7 @@ public class SysCustomerCaseController extends BaseController | ||||
|     public TableDataInfo list(SysCustomerCase sysCustomerCase) | ||||
|     { | ||||
|         startPage(); | ||||
|         sysCustomerCase.setKeywordArray(StringUtils.isNotEmpty(sysCustomerCase.getKeyword()) ? sysCustomerCase.getKeyword().split(",") : null); | ||||
|         List<SysCustomerCase> list = sysCustomerCaseService.selectSysCustomerCaseList(sysCustomerCase); | ||||
|         return getDataTable(list); | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user