fix issue manage_type
This commit is contained in:
parent
c39b231e09
commit
8f34479036
|
|
@ -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!=''">
|
||||
|
|
|
|||
Loading…
Reference in New Issue