app-退料接收
This commit is contained in:
parent
b4c5bbd7af
commit
001761c777
|
|
@ -18,7 +18,7 @@ public class TypeTreeNode {
|
||||||
|
|
||||||
private String num;
|
private String num;
|
||||||
|
|
||||||
private String unitName;
|
private String unitNames;
|
||||||
|
|
||||||
@JsonInclude(JsonInclude.Include.NON_EMPTY)
|
@JsonInclude(JsonInclude.Include.NON_EMPTY)
|
||||||
private String level;
|
private String level;
|
||||||
|
|
|
||||||
|
|
@ -483,7 +483,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
FROM ma_type
|
FROM ma_type
|
||||||
JOIN cte ON ma_type.type_id = cte.parent_id
|
JOIN cte ON ma_type.type_id = cte.parent_id
|
||||||
)
|
)
|
||||||
SELECT type_id as typeId, parent_id as parentId,type_name as typeName,num,`level`,unit_name as unitName
|
SELECT type_id as typeId, parent_id as parentId,type_name as typeName,num,`level`,unit_name as unitNames
|
||||||
FROM cte
|
FROM cte
|
||||||
WHERE
|
WHERE
|
||||||
1=1
|
1=1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue