Commit 0bc54db0 authored by chenhao's avatar chenhao

修改sql 展没有的字段值

parent ff71058c
...@@ -195,7 +195,8 @@ ...@@ -195,7 +195,8 @@
resultType="Map"> resultType="Map">
SELECT SELECT
cff.*, cff.*,
cft. NAME as fireTeamName, case when cft.sequence_nbr is null then "" else cft. sequence_nbr end as fireTeamId,
case when cft.NAME is null then "" else cft. NAME end as fireTeamName,
case when cff.age is null then "" else cff.age end as realAge case when cff.age is null then "" else cff.age end as realAge
from ( from (
SELECT SELECT
......
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