Browse Source

接口修改

master
Jackwang 4 years ago
parent
commit
5b57fb613b
  1. 2
      epdc-cloud-news/src/main/resources/mapper/ModuleTypeDao.xml

2
epdc-cloud-news/src/main/resources/mapper/ModuleTypeDao.xml

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

Loading…
Cancel
Save