This commit is contained in:
Vinjor 2025-12-01 12:06:03 +08:00
parent b3cf44e961
commit 97d2fce63b
7 changed files with 6 additions and 8 deletions

View File

@ -9,7 +9,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
<artifactId>industry-ai</artifactId>
<artifactId>chengda-crm</artifactId>
<description>
web服务入口

View File

@ -42,7 +42,6 @@ public class CusBankController extends BaseController
/**
* 查询客户银行资料列表
*/
@PreAuthorize("@ss.hasPermi('cus:bank:list')")
@GetMapping("/list")
public AjaxResult list(CusBank cusBank,
@RequestParam(name = "pageNum", defaultValue = "1") Integer pageNum,

View File

@ -53,7 +53,6 @@ public class CusEmailController extends BaseController
/**
* 查询客户来往邮件列表
*/
@PreAuthorize("@ss.hasPermi('cus:email:list')")
@GetMapping("/list")
public AjaxResult list(CusEmail cusEmail,
@RequestParam(name = "pageNum", defaultValue = "1") Integer pageNum,

View File

@ -49,7 +49,6 @@ public class CusFollowController extends BaseController
/**
* 查询客户跟进记录列表
*/
@PreAuthorize("@ss.hasPermi('cus:follow:list')")
@GetMapping("/list")
public AjaxResult list(CusFollowVO cusFollow,
@RequestParam(name = "pageNum", defaultValue = "1") Integer pageNum,

View File

@ -6,7 +6,7 @@ spring:
druid:
# 主库数据源
master:
url: jdbc:mysql://rm-bp1msd0a4kq4t7a66lo.mysql.rds.aliyuncs.com:3306/dl_crm_system?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
url: jdbc:mysql://rm-bp1msd0a4kq4t7a66lo.mysql.rds.aliyuncs.com:3306/dl_crm_test?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
username: csd_rw
password: Csd2025#123
# 从库数据源

View File

@ -8,7 +8,7 @@ ruoyi:
copyrightYear: 2025
# 文件路径 示例( Windows配置D:/ruoyi/uploadPathLinux配置 /home/ruoyi/uploadPath
# profile: D:/ruoyi/uploadPath
profile: /Users/menfutong/Desktop
profile: /chengda/uploadPath
#爬虫附件下载路径
server-url: http://10.19.128.77:8099
# 获取ip地址开关

View File

@ -4,5 +4,6 @@ VUE_APP_TITLE = 成事达CRM客户管理平台
# 生产环境配置
ENV = 'production'
# 成事达CRM客户管理平台/生产环境
VUE_APP_BASE_API = 'https://www.ddtg.site/noticeApi'
# 成事达CRM客户管理平台/开发环境
VUE_APP_BASE_API = 'http://47.98.190.165:8099'