This commit is contained in:
parent
4ea5a3686e
commit
ef8fd59d8b
|
|
@ -1031,6 +1031,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
LEFT JOIN ma_type mt4 on mt4.type_id=mdi.type_id
|
LEFT JOIN ma_type mt4 on mt4.type_id=mdi.type_id
|
||||||
LEFT JOIN ma_type mt3 on mt3.type_id=mt4.parent_id
|
LEFT JOIN ma_type mt3 on mt3.type_id=mt4.parent_id
|
||||||
where mt3.type_name is not null
|
where mt3.type_name is not null
|
||||||
|
and modd.order_status != 0 and modd.order_status != 99
|
||||||
group by type_name
|
group by type_name
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue