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') <= date_format(#{params.endTime},'%y%m%d') </if> </where> </select> <select id="selectDictTypeAll" resultMap="SysDictTypeResult">