|
|
@ -153,10 +153,7 @@ |
|
|
|
dc_event.dept_id as dept_id, |
|
|
|
sys_dept.dept_name, |
|
|
|
stake_mark, |
|
|
|
CASE direction |
|
|
|
WHEN '1' THEN '菏泽方向' |
|
|
|
WHEN '3' THEN '济南方向' |
|
|
|
END AS direction, |
|
|
|
direction, |
|
|
|
dc_event.user_id as user_id, |
|
|
|
sys_user.nick_name as nickName, |
|
|
|
start_time, |
|
|
@ -403,10 +400,7 @@ |
|
|
|
SELECT dc_event.id AS id, |
|
|
|
dc_event.stake_mark, |
|
|
|
dc_event.link_id, |
|
|
|
CASE dc_event.direction |
|
|
|
WHEN '1' THEN '菏泽方向' |
|
|
|
WHEN '3' THEN '济南方向' |
|
|
|
END AS direction, |
|
|
|
dc_event.direction AS direction, |
|
|
|
dc_event.user_id, |
|
|
|
dc_event.is_perceived, |
|
|
|
dc_event.user_id as user_id, |
|
|
|