src/main/resources/mapper/dapp/DappMemberDao.xml @@ -234,4 +234,8 @@ and b.identity = #{identity} </select> <select id="getAppVersionListInPage" resultType="cc.mrbird.febs.dapp.entity.AppVersion"> select a.* from app_version a </select> </mapper>