|
|
@ -92,6 +92,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
|
<if test="params.endTime != null and params.endTime != ''"><!-- 结束时间检索 --> |
|
|
|
<if test="params.endTime != null and params.endTime != ''"><!-- 结束时间检索 --> |
|
|
|
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> |
|
|
|
|
|
|
|
order by create_time desc |
|
|
|
</select> |
|
|
|
</select> |
|
|
|
|
|
|
|
|
|
|
|
<select id="selectDbTableListByNames" resultMap="GenTableResult"> |
|
|
|
<select id="selectDbTableListByNames" resultMap="GenTableResult"> |
|
|
|