fi
This commit is contained in:
parent
bcbde5833b
commit
ce2b2d6fa7
@ -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}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user