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