Commit 57bc82b1 authored by chenzhao's avatar chenzhao

修改代码

parent ebf07779
...@@ -267,7 +267,9 @@ public class TdHygfJpInverterWarnController extends BaseController { ...@@ -267,7 +267,9 @@ public class TdHygfJpInverterWarnController extends BaseController {
startTime = time.get(0); startTime = time.get(0);
endTime = time.get(1); endTime = time.get(1);
} }
if (StringUtils.isNotEmpty(snCode)){
snCode = '%'+snCode+'%';
}
if (StringUtils.isNotEmpty(content)){ if (StringUtils.isNotEmpty(content)){
content = '%'+content+'%'; content = '%'+content+'%';
} }
......
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