-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
openubmc新增搜索反馈 #281
openubmc新增搜索反馈 #281
Conversation
开始门禁检查,等门禁检查通过后可以合入 |
@@ -21,7 +21,7 @@ | |||
import com.datastat.model.HmsExportDataReq; | |||
import com.datastat.model.IsvCount; | |||
import com.datastat.model.NpsBody; | |||
import com.datastat.model.QaBotRequestBody; | |||
import com.datastat.model.OpenUbmcSearchNps; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
QaBotRequestBody 删除后是否有影响
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
无影响,这个没有使用过,在vscode中被标注出来了
@@ -0,0 +1,19 @@ | |||
package com.datastat.model; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
请添加 copy right
开始门禁检查,等门禁检查通过后可以合入 |
BulkRequest request = new BulkRequest(); | ||
RestHighLevelClient restHighLevelClient = getRestHighLevelClient(); | ||
IndexRequest indexRequest = new IndexRequest(queryConf.getOpenubmcSearchNpsIndex()); | ||
String s = queryConf.getOpenubmcSearchNpsIndex(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
未使用的变量
return ResultUtil.resultJsonStr(400, null, "error"); | ||
} | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
功能类似,可以考虑代码重用
IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR | ||
PURPOSE. | ||
See the Mulan PSL v2 for more details. | ||
Create: 2023 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
日期错误
No description provided.