Commit 0bc54db0 authored by chenhao's avatar chenhao

修改sql 展没有的字段值

parent ff71058c
......@@ -195,7 +195,8 @@
resultType="Map">
SELECT
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
from (
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