sen
1 天以前 5abcde36961125cbf436f91b8c17610a6b5f8308
tms/src/main/resources/mapper/tms/TmsDispatchOrderImportLogMapper.xml
@@ -32,12 +32,7 @@
            <if test="failureCount != null "> and failure_count = #{failureCount}</if>
            <if test="failureDescription != null  and failureDescription != ''"> and failure_description like concat('%', #{failureDescription}, '%')</if>
            <if test="importTime != null"> and import_time = #{importTime}</if>
            <if test="params.beginTime != null and params.beginTime != ''"><!-- 开始时间检索 -->
                and date_format(import_time,'%y%m%d') >= date_format(#{params.beginTime},'%y%m%d')
            </if>
            <if test="params.endTime != null and params.endTime != ''"><!-- 结束时间检索 -->
                and date_format(import_time,'%y%m%d') &lt;= date_format(#{params.endTime},'%y%m%d')
            </if>
        </where>
        order by import_time desc
    </select>