## 报单赠送详情返回会员姓名

This commit is contained in:
zhangheng 2025-11-03 10:10:47 +08:00
parent fddeb11817
commit abac04cb66
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@
</foreach>
</select>
<select id="listAuthorityAndMemberName" resultType="com.hzs.activity.declaration.vo.AcBaseAuthorityVO">
select aba.*,cm.MEMBER_CODE
select aba.*,cm.MEMBER_NAME
from AC_BASE_AUTHORITY aba
LEFT JOIN CU_MEMBER cm on aba.MEMBER_CODE = cm.MEMBER_CODE
where aba.del_flag = 0