From 3185c5d3e95211565a9ded688c6648a6b753e22b Mon Sep 17 00:00:00 2001 From: sxu <1539530615@qq.com> Date: Mon, 4 Dec 2023 12:57:13 +0800 Subject: [PATCH] fix --- .../resources/mapper/{equip => }/DevInfoMapper.xml | 0 .../resources/mapper/{equip => }/FileInfoMapper.xml | 0 .../resources/mapper/{equip => }/HotSearchMapper.xml | 0 .../resources/mapper/{equip => }/LeaseInfoMapper.xml | 0 .../resources/mapper/{equip => }/TypeInfoMapper.xml | 0 .../mapper/{equip => }/TypeInfoRecordMapper.xml | 0 .../resources/mapper/{equip => }/UpOffMapper.xml | 0 .../mapper/{equip => }/UserCollectMapper.xml | 0 .../com/bonus/zlpt/order/ZlptOrderApplication.java | 12 +++++------- .../{mapper.order => mapper}/OrderDetailsMapper.xml | 0 .../{mapper.order => mapper}/OrderInfoMapper.xml | 0 11 files changed, 5 insertions(+), 7 deletions(-) rename zlpt-modules/zlpt-equip/src/main/resources/mapper/{equip => }/DevInfoMapper.xml (100%) rename zlpt-modules/zlpt-equip/src/main/resources/mapper/{equip => }/FileInfoMapper.xml (100%) rename zlpt-modules/zlpt-equip/src/main/resources/mapper/{equip => }/HotSearchMapper.xml (100%) rename zlpt-modules/zlpt-equip/src/main/resources/mapper/{equip => }/LeaseInfoMapper.xml (100%) rename zlpt-modules/zlpt-equip/src/main/resources/mapper/{equip => }/TypeInfoMapper.xml (100%) rename zlpt-modules/zlpt-equip/src/main/resources/mapper/{equip => }/TypeInfoRecordMapper.xml (100%) rename zlpt-modules/zlpt-equip/src/main/resources/mapper/{equip => }/UpOffMapper.xml (100%) rename zlpt-modules/zlpt-equip/src/main/resources/mapper/{equip => }/UserCollectMapper.xml (100%) rename zlpt-modules/zlpt-order/src/main/resources/{mapper.order => mapper}/OrderDetailsMapper.xml (100%) rename zlpt-modules/zlpt-order/src/main/resources/{mapper.order => mapper}/OrderInfoMapper.xml (100%) diff --git a/zlpt-modules/zlpt-equip/src/main/resources/mapper/equip/DevInfoMapper.xml b/zlpt-modules/zlpt-equip/src/main/resources/mapper/DevInfoMapper.xml similarity index 100% rename from zlpt-modules/zlpt-equip/src/main/resources/mapper/equip/DevInfoMapper.xml rename to zlpt-modules/zlpt-equip/src/main/resources/mapper/DevInfoMapper.xml diff --git a/zlpt-modules/zlpt-equip/src/main/resources/mapper/equip/FileInfoMapper.xml b/zlpt-modules/zlpt-equip/src/main/resources/mapper/FileInfoMapper.xml similarity index 100% rename from zlpt-modules/zlpt-equip/src/main/resources/mapper/equip/FileInfoMapper.xml rename to zlpt-modules/zlpt-equip/src/main/resources/mapper/FileInfoMapper.xml diff --git a/zlpt-modules/zlpt-equip/src/main/resources/mapper/equip/HotSearchMapper.xml b/zlpt-modules/zlpt-equip/src/main/resources/mapper/HotSearchMapper.xml similarity index 100% rename from zlpt-modules/zlpt-equip/src/main/resources/mapper/equip/HotSearchMapper.xml rename to zlpt-modules/zlpt-equip/src/main/resources/mapper/HotSearchMapper.xml diff --git a/zlpt-modules/zlpt-equip/src/main/resources/mapper/equip/LeaseInfoMapper.xml b/zlpt-modules/zlpt-equip/src/main/resources/mapper/LeaseInfoMapper.xml similarity index 100% rename from zlpt-modules/zlpt-equip/src/main/resources/mapper/equip/LeaseInfoMapper.xml rename to zlpt-modules/zlpt-equip/src/main/resources/mapper/LeaseInfoMapper.xml diff --git a/zlpt-modules/zlpt-equip/src/main/resources/mapper/equip/TypeInfoMapper.xml b/zlpt-modules/zlpt-equip/src/main/resources/mapper/TypeInfoMapper.xml similarity index 100% rename from zlpt-modules/zlpt-equip/src/main/resources/mapper/equip/TypeInfoMapper.xml rename to zlpt-modules/zlpt-equip/src/main/resources/mapper/TypeInfoMapper.xml diff --git a/zlpt-modules/zlpt-equip/src/main/resources/mapper/equip/TypeInfoRecordMapper.xml b/zlpt-modules/zlpt-equip/src/main/resources/mapper/TypeInfoRecordMapper.xml similarity index 100% rename from zlpt-modules/zlpt-equip/src/main/resources/mapper/equip/TypeInfoRecordMapper.xml rename to zlpt-modules/zlpt-equip/src/main/resources/mapper/TypeInfoRecordMapper.xml diff --git a/zlpt-modules/zlpt-equip/src/main/resources/mapper/equip/UpOffMapper.xml b/zlpt-modules/zlpt-equip/src/main/resources/mapper/UpOffMapper.xml similarity index 100% rename from zlpt-modules/zlpt-equip/src/main/resources/mapper/equip/UpOffMapper.xml rename to zlpt-modules/zlpt-equip/src/main/resources/mapper/UpOffMapper.xml diff --git a/zlpt-modules/zlpt-equip/src/main/resources/mapper/equip/UserCollectMapper.xml b/zlpt-modules/zlpt-equip/src/main/resources/mapper/UserCollectMapper.xml similarity index 100% rename from zlpt-modules/zlpt-equip/src/main/resources/mapper/equip/UserCollectMapper.xml rename to zlpt-modules/zlpt-equip/src/main/resources/mapper/UserCollectMapper.xml diff --git a/zlpt-modules/zlpt-order/src/main/java/com/bonus/zlpt/order/ZlptOrderApplication.java b/zlpt-modules/zlpt-order/src/main/java/com/bonus/zlpt/order/ZlptOrderApplication.java index da9c24a..5842570 100644 --- a/zlpt-modules/zlpt-order/src/main/java/com/bonus/zlpt/order/ZlptOrderApplication.java +++ b/zlpt-modules/zlpt-order/src/main/java/com/bonus/zlpt/order/ZlptOrderApplication.java @@ -7,8 +7,8 @@ import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; /** - * 订单模块 - * + * 设备模块 + * * @author xsheng * @date 2023-12-01 */ @@ -16,10 +16,8 @@ import org.springframework.boot.autoconfigure.SpringBootApplication; @EnableCustomSwagger2 @EnableRyFeignClients @SpringBootApplication -public class ZlptOrderApplication -{ - public static void main(String[] args) - { +public class ZlptOrderApplication { + public static void main(String[] args) { SpringApplication.run(ZlptOrderApplication.class, args); System.out.println("(♥◠‿◠)ノ゙ 订单模块启动成功 ლ(´ڡ`ლ)゙ \n" + " .-------. ____ __ \n" + @@ -32,4 +30,4 @@ public class ZlptOrderApplication " | | \\ / \\ / \n" + " ''-' `'-' `-..-' "); } -} +} \ No newline at end of file diff --git a/zlpt-modules/zlpt-order/src/main/resources/mapper.order/OrderDetailsMapper.xml b/zlpt-modules/zlpt-order/src/main/resources/mapper/OrderDetailsMapper.xml similarity index 100% rename from zlpt-modules/zlpt-order/src/main/resources/mapper.order/OrderDetailsMapper.xml rename to zlpt-modules/zlpt-order/src/main/resources/mapper/OrderDetailsMapper.xml diff --git a/zlpt-modules/zlpt-order/src/main/resources/mapper.order/OrderInfoMapper.xml b/zlpt-modules/zlpt-order/src/main/resources/mapper/OrderInfoMapper.xml similarity index 100% rename from zlpt-modules/zlpt-order/src/main/resources/mapper.order/OrderInfoMapper.xml rename to zlpt-modules/zlpt-order/src/main/resources/mapper/OrderInfoMapper.xml