puzhibing
2024-03-04 7e7f901b2172281dc294dfbc67e6ad00625f09f4
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>