职工福利-选择情况: 导出选择情况表时如果联系电话(福利选择时录入)为空,就读取系统用户表手机号码字段;

This commit is contained in:
dd3s_206
2026-06-05 09:41:47 +08:00
parent 4cb9e46fc5
commit 0440edd289
@@ -122,7 +122,7 @@ public class WelfareSelectionSituationServiceImpl extends BaseServiceImpl<Welfar
t1.welfareUnionName,
t1.welfareUnitName,
GROUP_CONCAT(DISTINCT t3.optionName) AS selectedOptions,
GROUP_CONCAT(DISTINCT t2.mobile) AS mobile,
COALESCE(GROUP_CONCAT(DISTINCT NULLIF(t2.mobile, '')), t4.mobile) AS mobile,
GROUP_CONCAT(DISTINCT t2.receiveAddress) AS receiveAddress,
CASE
WHEN MAX(t2.isSelectByAdmin) = 1 THEN '是'