This commit is contained in:
mashuai 2025-03-14 17:24:25 +08:00
parent 4ea5a3686e
commit ef8fd59d8b
1 changed files with 1 additions and 0 deletions

View File

@ -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>