This commit is contained in:
mashuai 2025-08-15 18:23:00 +08:00
parent 8b72d2358b
commit a0feb66853
2 changed files with 4 additions and 1 deletions

View File

@ -22,4 +22,6 @@ public class SelectVo {
private String level; private String level;
private String unitName; private String unitName;
private String unitValue;
} }

View File

@ -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 != ''">