陈昶聿
5 天以前 0d5a84d599cbfbd77b5663e592603f938b54409e
ruoyi-system/src/main/resources/mapper/system/SysDictTypeMapper.xml
@@ -24,7 +24,8 @@
   <select id="selectDictTypeList" parameterType="SysDictType" resultMap="SysDictTypeResult">
       <include refid="selectDictTypeVo"/>
      <where>
      WHERE 1=1
          <if test="dictName != null and dictName != ''">
            AND dict_name like concat('%', #{dictName}, '%')
         </if>
@@ -40,7 +41,7 @@
         <if test="params.endTime != null and params.endTime != ''"><!-- 结束时间检索 -->
            and date_format(create_time,'%y%m%d') &lt;= date_format(#{params.endTime},'%y%m%d')
         </if>
       </where>
   </select>
   <select id="selectDictTypeAll" resultMap="SysDictTypeResult">