This commit is contained in:
杜建超 2020-11-16 16:07:47 +08:00
parent bcbde5833b
commit ce2b2d6fa7

View File

@ -281,7 +281,7 @@
<select id="ownResult" resultType="com.lz.modules.app.resp.OwnResultResp">
SELECT all_score,name FROM lz_result_record r
SELECT all_score,CONCAT_WS('至',DATE_FORMAT(start_time,'%Y.%m'),DATE_FORMAT(end_time,'%Y.%m')) as 'name' FROM lz_result_record r
LEFT JOIN lz_flow_start f
ON r.start_id = f.id
where r.is_delete = 0 and f.is_delete = 0 and flow_process = 5 and staff_id = #{staffId}