去除食谱生成的时间限制,小程序获取案例接口

This commit is contained in:
xiezhijun
2021-03-18 18:48:28 +08:00
parent f58668f01c
commit 9cc0ad82cd
4 changed files with 10 additions and 3 deletions

View File

@ -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);
}
/**