Commit 710df484 authored by 盖献康's avatar 盖献康

Merge branch 'dev' of...

Merge branch 'dev' of ssh://gitlab.91isoft.com:10022/wangfei/vehicle-quality-review into gaixiankang
parents 4f1c4614 88a0d71a
......@@ -54,7 +54,6 @@
and identify_number like concat('%',#{identifyNumber},'%')
</if>
</where>
ORDER BY create_time DESC
</select>
<select id="findByFileName" resultType="com.ruoyi.domain.ReviewEnterpriseArchive">
SELECT id, enterprise_name, file_name, version, publish_date, status, identify_number, storage, photo, task_id, create_by, create_time
......@@ -81,6 +80,5 @@
and identify_number like concat('%',#{identifyNumber},'%')
</if>
</where>
ORDER BY create_time DESC
</select>
</mapper>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment