职工福利-选择情况: 导出选择情况表时如果联系电话(福利选择时录入)为空,就读取系统用户表手机号码字段;
This commit is contained in:
+1
-1
@@ -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 '是'
|
||||
|
||||
Reference in New Issue
Block a user