Commit 31f912e3 authored by chenzhao's avatar chenzhao

修改bug

parent 444cbe9e
......@@ -162,7 +162,7 @@ WHERE
<select id="getFirefightersName" resultType="Map">
SELECT
cb_firefighters.name AS name,
cb_firefighters.mobile_phone AS phone
IFNULL(cb_firefighters.mobile_phone, '') AS phone
FROM
cb_firefighters
WHERE
......
......@@ -229,7 +229,7 @@
<select id="getContactName" resultType="Map">
SELECT
jc_alert_called.contact_user AS name,
jc_alert_called.contact_phone AS phone
IFNULL(jc_alert_called.contact_phone, '') AS phone
FROM
jc_alert_called
WHERE
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment