This commit is contained in:
parent
9b9fa60a92
commit
4f8501bca3
|
|
@ -238,7 +238,6 @@
|
|||
LEFT JOIN mm_type mt1 on mt.PARENT_ID=mt1.id and mt1.IS_ACTIVE=1
|
||||
LEFT JOIN mm_type mt2 on mt1.PARENT_ID=mt2.id and mt2.IS_ACTIVE=1
|
||||
WHERE mt.IS_ACTIVE=1
|
||||
and mt.IS_LABEL=1
|
||||
and mt2.`NAME` = #{param.ppName}
|
||||
and mt1.`NAME` = #{param.pName}
|
||||
and mt.`NAME` = #{param.name}
|
||||
|
|
|
|||
Loading…
Reference in New Issue