diff --git a/fuintAdmin/src/components/map/mapComponent.vue b/fuintAdmin/src/components/map/mapComponent.vue
index 9ed32a93e..9ed58d061 100644
--- a/fuintAdmin/src/components/map/mapComponent.vue
+++ b/fuintAdmin/src/components/map/mapComponent.vue
@@ -83,6 +83,7 @@ export default {
})
},
initAMap() {
+ console.log("86",this.pform)
let _this = this;
AMapLoader.load({
key: "b5abec514cab7c71cb0572765131e6fc", // 申请好的Web端开发者Key,首次调用 load 时必填
@@ -102,6 +103,8 @@ export default {
});
// 搜索提示插件
this.AutoComplete = new AMap.AutoComplete({ city: "全国" });
+ // 标记点
+ this.setMapMarker();
//点击获取经纬度;
this.map.on("click", (e) => {
// 获取经纬度
@@ -113,6 +116,7 @@ export default {
this.setMapMarker();
});
}).catch(() => {});
+
},
// 标记点
setMapMarker() {
diff --git a/fuintAdmin/src/layout/components/Sidebar/SidebarItem.vue b/fuintAdmin/src/layout/components/Sidebar/SidebarItem.vue
index f84e30521..61075827b 100644
--- a/fuintAdmin/src/layout/components/Sidebar/SidebarItem.vue
+++ b/fuintAdmin/src/layout/components/Sidebar/SidebarItem.vue
@@ -51,7 +51,7 @@
-
+
diff --git a/fuintAdmin/src/views/EventMarketing/newCertificate/index.vue b/fuintAdmin/src/views/EventMarketing/newCertificate/index.vue
index 449be5222..5e06294fd 100644
--- a/fuintAdmin/src/views/EventMarketing/newCertificate/index.vue
+++ b/fuintAdmin/src/views/EventMarketing/newCertificate/index.vue
@@ -46,13 +46,22 @@
积分兑换
-
+
+
+ {{ scope.row.remark }}
+
+
+
{{ scope.row.effectiveDateStart }}~{{ scope.row.effectiveDateEnd }}
-
+
+
+ {{ scope.row.tfGetNum || 0 }}
+
+
diff --git a/fuintAdmin_zt/src/views/financialStatement/jiaoyiduizhang/list.vue b/fuintAdmin_zt/src/views/financialStatement/jiaoyiduizhang/list.vue
index e84bbb48d..864ee8465 100644
--- a/fuintAdmin_zt/src/views/financialStatement/jiaoyiduizhang/list.vue
+++ b/fuintAdmin_zt/src/views/financialStatement/jiaoyiduizhang/list.vue
@@ -21,7 +21,7 @@
diff --git a/fuintBackend/fuint-application/src/main/java/com/fuint/business/integral/dto/IntegralOrdersDTO.java b/fuintBackend/fuint-application/src/main/java/com/fuint/business/integral/dto/IntegralOrdersDTO.java
index 1c4db307b..c82ecb12b 100644
--- a/fuintBackend/fuint-application/src/main/java/com/fuint/business/integral/dto/IntegralOrdersDTO.java
+++ b/fuintBackend/fuint-application/src/main/java/com/fuint/business/integral/dto/IntegralOrdersDTO.java
@@ -19,4 +19,8 @@ public class IntegralOrdersDTO extends IntegralOrders {
private String coverImage;
private Long deptId;
private List storeIds;
+ /**
+ * 支付类型
+ */
+ private String paymentType;
}
diff --git a/fuintBackend/fuint-application/src/main/java/com/fuint/business/order/service/impl/AllOrderInfoServiceImpl.java b/fuintBackend/fuint-application/src/main/java/com/fuint/business/order/service/impl/AllOrderInfoServiceImpl.java
index 351703a18..530cc5e2c 100644
--- a/fuintBackend/fuint-application/src/main/java/com/fuint/business/order/service/impl/AllOrderInfoServiceImpl.java
+++ b/fuintBackend/fuint-application/src/main/java/com/fuint/business/order/service/impl/AllOrderInfoServiceImpl.java
@@ -181,6 +181,8 @@ public class AllOrderInfoServiceImpl extends ServiceImpl fenxiByDaili2 = allOrderInfoMapper.getFenxiByDaili2(allOrderInfo);
+ record.setPayMoney(convertPayMoneyToWanYuan(record.getPayMoney()));
+
record.setFenxiByDaili2(fenxiByDaili2);
}
return fenxiByDaili;
@@ -1693,4 +1695,17 @@ public class AllOrderInfoServiceImpl extends ServiceImpl