From 49ee3dec1513991d5ff29db09be669a37885b59d Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期四, 18 四月 2024 15:58:24 +0800
Subject: [PATCH] 定时任务bug修改。可重试的http请求工具类,请求配置、sql备份
---
ycl-server/src/main/resources/mapper/zgyw/YwPointMapper.xml | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/ycl-server/src/main/resources/mapper/zgyw/YwPointMapper.xml b/ycl-server/src/main/resources/mapper/zgyw/YwPointMapper.xml
index c77e645..270f10d 100644
--- a/ycl-server/src/main/resources/mapper/zgyw/YwPointMapper.xml
+++ b/ycl-server/src/main/resources/mapper/zgyw/YwPointMapper.xml
@@ -13,4 +13,8 @@
<result column="remark" property="remark" />
</resultMap>
+ <select id="selectData" resultType="com.ycl.platform.base.BaseSelect">
+
+ </select>
+
</mapper>
--
Gitblit v1.8.0