通讯录查询修改
parent
f00d4d84a6
commit
533d797edf
|
|
@ -3,7 +3,7 @@
|
||||||
<mapper namespace="com.whdc.mapper.AddressBookMapper">
|
<mapper namespace="com.whdc.mapper.AddressBookMapper">
|
||||||
|
|
||||||
|
|
||||||
<select id="page" resultType="com.whdc.model.vo.FcVo">
|
<select id="page" resultType="com.whdc.model.vo.AddressBookVo">
|
||||||
SELECT
|
SELECT
|
||||||
AB.*,F.SORT FSORT
|
AB.*,F.SORT FSORT
|
||||||
FROM
|
FROM
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue