|
|
@@ -461,7 +461,7 @@ |
|
|
|
|
|
|
|
|
<if test=" null == type and null == types"> |
|
|
<if test=" null == type and null == types"> |
|
|
<!-- and ( c.`type` < 7 or c.`type` = 10 ) --> |
|
|
<!-- and ( c.`type` < 7 or c.`type` = 10 ) --> |
|
|
and c.`type` in (1,2,3,4,5,6,10,11,12) |
|
|
|
|
|
|
|
|
and c.`type` in (1,2,3,4,5,6,10,11,12,66) |
|
|
</if> |
|
|
</if> |
|
|
|
|
|
|
|
|
<if test=" null != type "> |
|
|
<if test=" null != type "> |
|
|
|