fix issue manage_type

This commit is contained in:
sxu 2024-04-20 12:52:14 +08:00
parent c39b231e09
commit 8f34479036
1 changed files with 2 additions and 1 deletions

View File

@ -97,7 +97,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
company_id AS companyId,
code,
num,
model_code modelCode
model_code AS modelCode,
manage_type AS manageType
FROM ma_type
WHERE del_flag = '0'
<if test="level!=null and level!=''">