|
@ -57,7 +57,7 @@ |
|
|
<!-- <if test="pid == null or pid == ''">--> |
|
|
<!-- <if test="pid == null or pid == ''">--> |
|
|
<!-- and pid=0--> |
|
|
<!-- and pid=0--> |
|
|
<!-- </if>--> |
|
|
<!-- </if>--> |
|
|
<if test="typeCode != null or typeCode != ''"> |
|
|
<if test="typeCode != null and typeCode != ''"> |
|
|
and type_code=#{typeCode} |
|
|
and type_code=#{typeCode} |
|
|
</if> |
|
|
</if> |
|
|
order by create_date desc |
|
|
order by create_date desc |
|
|