开发OTA备案工具-车辆升级
This commit is contained in:
+1
-1
@@ -83,7 +83,7 @@ public class OtaBaSjListController extends JeroController<OtaBaSjList, IOtaBaSjL
|
|||||||
queryWrapper.like(OtaBaSjList::getCpmc, cpmc);
|
queryWrapper.like(OtaBaSjList::getCpmc, cpmc);
|
||||||
}
|
}
|
||||||
|
|
||||||
String cpxh = req.getParameter("cpmc");
|
String cpxh = req.getParameter("cpxh");
|
||||||
if (StringUtils.isNotBlank(cpxh)) {
|
if (StringUtils.isNotBlank(cpxh)) {
|
||||||
cpxh = cpxh.replace("%", "\\%");
|
cpxh = cpxh.replace("%", "\\%");
|
||||||
queryWrapper.like(OtaBaSjList::getCpxh, cpxh);
|
queryWrapper.like(OtaBaSjList::getCpxh, cpxh);
|
||||||
|
|||||||
Reference in New Issue
Block a user