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>