Commit c0dd1e5f authored by xixinzhao's avatar xixinzhao

检查项查询修改

parent cb2fea7c
...@@ -15,7 +15,7 @@ public class RoutePointItemVo { ...@@ -15,7 +15,7 @@ public class RoutePointItemVo {
/** /**
* 检查项名称 * 检查项名称
*/ */
private String itemName; private String name;
private String itemType; private String itemType;
private String inputClassify; private String inputClassify;
private String checkType; private String checkType;
......
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
SELECT SELECT
pi.id, pi.id,
i.id AS itemId, i.id AS itemId,
i.`name` AS itemName, i.`name`,
i.item_type, i.item_type,
i.input_classify, i.input_classify,
i.check_type, i.check_type,
......
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