|
|
@ -412,7 +412,12 @@ |
|
|
|
ir.id as demandUserId, |
|
|
|
IFNULL(ir.`NAME`,'') AS demandUserName, |
|
|
|
IFNULL(ir.MOBILE,'') AS demandUserMobile, |
|
|
|
concat(ir.`NAME`,'(',ir.MOBILE,')')as label, |
|
|
|
( |
|
|
|
case when ir.MOBILE is not null and ir.MOBILE!='' |
|
|
|
then concat(ir.`NAME`,'(',ir.MOBILE,')') |
|
|
|
else ir.`NAME` |
|
|
|
end |
|
|
|
) as label |
|
|
|
ir.grid_id as gridId, |
|
|
|
ir.ID_CARD as idCard, |
|
|
|
ir.AGENCY_ID as agencyId, |
|
|
|