去除食谱生成的时间限制,小程序获取案例接口
This commit is contained in:
		| @@ -33,9 +33,10 @@ public class WxCustomerCaseController extends BaseController{ | ||||
|     { | ||||
|         startPage(); | ||||
|         sysCustomerCase.setKeywordArray(StringUtils.isNotEmpty(sysCustomerCase.getKeyword()) ? sysCustomerCase.getKeyword().split(",") : null); | ||||
|         //sysCustomerCase.setWxShow(1); | ||||
|         List<SysCustomerCase> list = sysCustomerCaseService.selectSysCustomerCaseList(sysCustomerCase); | ||||
|         List<CustomerCaseResponse> resultList = dealSysCustomerCase(list); | ||||
|         return getDataTable(resultList); | ||||
|         //List<CustomerCaseResponse> resultList = dealSysCustomerCase(list); | ||||
|         return getDataTable(list); | ||||
|     } | ||||
|  | ||||
|     /** | ||||
|   | ||||
		Reference in New Issue
	
	Block a user