开发OTA备案工具-车辆升级

This commit is contained in:
高嵩
2023-03-30 13:57:03 +08:00
parent 544b081826
commit e47a206703
@@ -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);