|
|
@ -39,6 +39,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
|
and date_format(create_time,'%Y%m%d') <= date_format(#{params.endTime},'%Y%m%d') |
|
|
|
and date_format(create_time,'%Y%m%d') <= date_format(#{params.endTime},'%Y%m%d') |
|
|
|
</if> |
|
|
|
</if> |
|
|
|
</where> |
|
|
|
</where> |
|
|
|
|
|
|
|
ORDER BY create_time DESC |
|
|
|
</select> |
|
|
|
</select> |
|
|
|
|
|
|
|
|
|
|
|
<select id="selectDictTypeAll" resultMap="SysDictTypeResult"> |
|
|
|
<select id="selectDictTypeAll" resultMap="SysDictTypeResult"> |
|
|
|