Commit 3b7a76b9 authored by 18310373984@163.com's avatar 18310373984@163.com

失能人员信息详情接口修改

parent 1508e622
......@@ -164,7 +164,8 @@
a.REVIEW_FREQUENCY reviewFrequency,
a.BANK_CARD_NO bankCardNo,
to_char(a.APPLY_TIME,'yyyy-MM-dd') applyTime,
a.is_located isLocated
a.is_located isLocated,
A.POSITIONING_DISTANCE positioningDistance
from CH_DISABLE_APPLY a
LEFT JOIN CH_SRV_ORGAN o ON a.SRV_ORGAN_ID = o.SRV_ORGAN_ID
where a.APPLY_ID = #{applyId}
......
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