shenyijian
2023-11-09 932433e05499d1a26ba422ec1f918168c4ea6917
src/main/java/com/dji/sample/media/dao/IFileMapper.xml
@@ -55,10 +55,10 @@
        <if test="param.endTime !=null and param.endTime !=null">
            AND DATE_FORMAT(FROM_UNIXTIME(j.create_time/1000,'%Y-%m-%d'),'%Y-%m-%d')   &lt;= DATE_FORMAT(#{param.endTime},'%Y-%m-%d')
        </if>
        <if test="param.sort != null and param.sort = 2">
        <if test="param.sort eq 2">
            and j.collect_status = 1
        </if>
        <if test="param.sort != null and param.sort = 3">
        <if test="param.sort eq 3">
            and m.collect_status = 1
        </if>
        GROUP BY m.job_id