Browse Source

事件

develop
王兴琳 8 months ago
parent
commit
6403939b00
  1. 10
      zc-business/src/main/resources/mapper/business/DcEventMapper.xml

10
zc-business/src/main/resources/mapper/business/DcEventMapper.xml

@ -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,

Loading…
Cancel
Save