This commit is contained in:
parent
8b72d2358b
commit
a0feb66853
|
|
@ -22,4 +22,6 @@ public class SelectVo {
|
||||||
private String level;
|
private String level;
|
||||||
|
|
||||||
private String unitName;
|
private String unitName;
|
||||||
|
|
||||||
|
private String unitValue;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -444,7 +444,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
type_name AS name,
|
type_name AS name,
|
||||||
parent_id AS parentId,
|
parent_id AS parentId,
|
||||||
level AS level,
|
level AS level,
|
||||||
unit_name AS unitName
|
unit_name AS unitName,
|
||||||
|
unit_value AS unitValue
|
||||||
FROM ma_type
|
FROM ma_type
|
||||||
WHERE del_flag = '0'
|
WHERE del_flag = '0'
|
||||||
<if test="level != null and level != ''">
|
<if test="level != null and level != ''">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue