Commit 1fdb84c9 authored by youxiaoji's avatar youxiaoji

* [添加方法参数]

parent 34f2abd7
......@@ -262,7 +262,7 @@ public class HisenseTripTool {
infos.keySet().forEach(key -> {
infoCollectorService.saveValue(key,infos.get(key));
});
Set<String> keys = infoCollectorService.findLackInfo();
Set<String> keys = infoCollectorService.findLackInfo(pageId);
StringBuilder sb = new StringBuilder();
if(keys.isEmpty()){
sb.append("用户已提交全部数据,提示用户提交申请");
......
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