fixbug download contract

master
wangning 7 years ago
parent 3358eb269c
commit 98843f0513

@ -13,4 +13,9 @@
where file_name = 'source_agree_file'
and client_id = #{client_id}
</update>
<select id="findClientFile" resultType="com.alibaba.fastjson.JSONObject">
select * from sys_files
where client_id = #{client_id}
order by last_update_date
</select>
</mapper>
Loading…
Cancel
Save