Merge remote-tracking branch 'origin/bd_dev' into bd_dev
This commit is contained in:
commit
0dc491c6fb
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue