44323
2023-11-09 4f47865c3b8132f097cc32fe9bd8e0fa12469786
cloud-server-other/src/main/resources/mapper/StoreMapper.xml
@@ -48,4 +48,9 @@
    </select>
    <select id="getStoreInfo" resultType="com.dsh.other.model.dto.siteDto.StoreInfoDto">
        select CONCAT(t2.name,"-",t2.phone) as info
        from sys_user t2
        where id = #{id}
    </select>
</mapper>