Commit 56e64773 authored by 赵啸非's avatar 赵啸非

修改热门词汇

parent 01d86b31
Pipeline #2404 canceled with stages
......@@ -152,6 +152,9 @@ public class MatterDatumController extends BaseCRUDJsonBodyMappingController<Mat
String busiDesc = "查询空白样表";
int code = VALUE_RESULT_SUCCESS;
try {
if (StringUtils.isNotEmpty(query.getMateriaFullName())) {
query.setMatterName("%".concat(query.getMateriaFullName()).concat("%"));
}
//PageInfo pageInfo = buildPageInfo(query);
HotwordQuery hotwordQuery = new HotwordQuery();
HotwordEntity hotwordEntity = hotwordService.selectOne(hotwordQuery.siteId(query.getSiteId()));
......
......@@ -22,10 +22,24 @@ Content-Type: application/json
"siteId": 3,
"page": 1,
"size": 10,
"materiaFullName": "测试"
"materiaFullName": "测试1"
}
###空白列表
POST {{baseUrl}}/matter/datum/blanklist
Authorization: {{authToken}}
Content-Type: application/json
{
"siteId": 3,
"page": 1,
"size": 10,
"materiaFullName": "测试1"
}
###事项申请材料业务更新与保存
POST {{baseUrl}}/matter/datum/save
Authorization: {{authToken}}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment