implem
return mtStoreMapper.selectById(id);
}
+ @Override
+ public MtStore queryStoreById2(Integer id) {
+ if (id == null) {
+ return null;
+ }
+ return mtStoreMapper.selectById(id);
+ }
+
/**
* 获取系统默认店铺
*
diff --git a/fuintBackend/fuint-application/src/main/java/com/fuint/system/dict/mapper/xml/SysDictTypeMapper.xml b/fuintBackend/fuint-application/src/main/java/com/fuint/system/dict/mapper/xml/SysDictTypeMapper.xml
index 1779a3d65..b7f6e8720 100644
--- a/fuintBackend/fuint-application/src/main/java/com/fuint/system/dict/mapper/xml/SysDictTypeMapper.xml
+++ b/fuintBackend/fuint-application/src/main/java/com/fuint/system/dict/mapper/xml/SysDictTypeMapper.xml
@@ -60,7 +60,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
where dict_type = #{dictType} limit 1
-
+
delete from sys_dict_type where dict_id = #{dictId}
diff --git a/fuintCashierWeb/src/views/cashier/NewComponents/Handover.vue b/fuintCashierWeb/src/views/cashier/NewComponents/Handover.vue
index 6bdfc6ad0..839cd2191 100644
--- a/fuintCashierWeb/src/views/cashier/NewComponents/Handover.vue
+++ b/fuintCashierWeb/src/views/cashier/NewComponents/Handover.vue
@@ -15,18 +15,18 @@
@@ -139,10 +139,14 @@
支付方式
退款金额
+
-
@@ -152,26 +156,14 @@
支付方式
金额
-
-
-
-
@@ -181,26 +173,14 @@
支付方式
金额
-
-
-
-
@@ -209,40 +189,66 @@
支付方式
金额
-
-
-
-
-
普通订单
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
会员储值
-
+
+
+
油号统计
-
@@ -276,14 +275,14 @@
油品
金额
-
@@ -294,23 +293,16 @@
升数
金额
-
@@ -319,35 +311,66 @@
-
+
+
+
挂账统计
+
挂账详情
+
+
+
+
+
+
+
归还详情
+
+
+
+
+
+
+
-
交班
+
交班
云打印
本地打印
交班记录
@@ -360,12 +383,15 @@