diff --git a/anrui-base/anrui-base-api/pom.xml b/anrui-base/anrui-base-api/pom.xml index 1bc428d5fb..ea4872eb7b 100644 --- a/anrui-base/anrui-base-api/pom.xml +++ b/anrui-base/anrui-base-api/pom.xml @@ -29,12 +29,12 @@ org.projectlombok lombok - + diff --git a/anrui-base/anrui-base-biz/pom.xml b/anrui-base/anrui-base-biz/pom.xml index 2ac16174a2..2559db65ed 100644 --- a/anrui-base/anrui-base-biz/pom.xml +++ b/anrui-base/anrui-base-biz/pom.xml @@ -19,7 +19,7 @@ com.yxt.messagecenter message-center-api - 0.0.1 + 0.0.1-SNAPSHOT com.yxt @@ -29,37 +29,37 @@ anrui-base-api com.yxt.anrui - 0.0.1 + 0.0.1-SNAPSHOT anrui-crm-api com.yxt.anrui - 0.0.1 + 0.0.1-SNAPSHOT anrui-portal-api com.yxt.anrui - 0.0.1 + 0.0.1-SNAPSHOT anrui-buscenter-api com.yxt.anrui - 0.0.1 + 0.0.1-SNAPSHOT anrui-scm-api com.yxt.anrui.scm - 0.0.1 + 0.0.1-SNAPSHOT anrui-riskcenter-api com.yxt.anrui - 0.0.1 + 0.0.1-SNAPSHOT anrui-flowable-api com.yxt.anrui - 0.0.1 + 0.0.1-SNAPSHOT @@ -98,7 +98,7 @@ com.yxt.anrui.fin anrui-fin-api - 0.0.1 + 0.0.1-SNAPSHOT compile diff --git a/anrui-base/anrui-base-biz/src/main/resources/application-test.yml b/anrui-base/anrui-base-biz/src/main/resources/application-test.yml index eeffb3dcfd..ae25a3669d 100644 --- a/anrui-base/anrui-base-biz/src/main/resources/application-test.yml +++ b/anrui-base/anrui-base-biz/src/main/resources/application-test.yml @@ -1,7 +1,7 @@ spring: datasource: driver-class-name: com.mysql.cj.jdbc.Driver - url: jdbc:mysql://172.18.0.4:3306/anrui_base?serverTimezone=GMT%2B8&autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&nullCatalogMeansCurrent=true + url: jdbc:mysql://39.104.100.138:3306/anrui_base?serverTimezone=GMT%2B8&autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&nullCatalogMeansCurrent=true username: root password: yxt_mysql_138 cloud: @@ -21,7 +21,11 @@ spring: port: 6379 timeout: 0 # 连接超时时间(毫秒) - +image: + upload: + path: /home/lzh/docker_data/nginx/html/anrui-system-ui/upload + url: + prefix: http://anrui.yyundong.com/upload/ templateUrl: uploadUrl: http://anrui.yyundong.com/template - prefixUrl: http://120.46.131.15:8111//template/ + prefixUrl: /home/lzh/webapps/template/ diff --git a/anrui-buscenter/anrui-buscenter-api/pom.xml b/anrui-buscenter/anrui-buscenter-api/pom.xml index a7624d7e81..8f232e87c0 100644 --- a/anrui-buscenter/anrui-buscenter-api/pom.xml +++ b/anrui-buscenter/anrui-buscenter-api/pom.xml @@ -13,7 +13,7 @@ anrui-buscenter-api com.yxt.anrui - 0.0.1 + 0.0.1-SNAPSHOT diff --git a/anrui-buscenter/anrui-buscenter-biz/pom.xml b/anrui-buscenter/anrui-buscenter-biz/pom.xml index af654e27a5..49e6827af7 100644 --- a/anrui-buscenter/anrui-buscenter-biz/pom.xml +++ b/anrui-buscenter/anrui-buscenter-biz/pom.xml @@ -19,7 +19,7 @@ com.yxt.messagecenter message-center-api - 0.0.1 + 0.0.1-SNAPSHOT com.yxt @@ -29,37 +29,37 @@ anrui-buscenter-api com.yxt.anrui - 0.0.1 + 0.0.1-SNAPSHOT anrui-riskcenter-api com.yxt.anrui - 0.0.1 + 0.0.1-SNAPSHOT anrui-portal-api com.yxt.anrui - 0.0.1 + 0.0.1-SNAPSHOT anrui-crm-api com.yxt.anrui - 0.0.1 + 0.0.1-SNAPSHOT anrui-base-api com.yxt.anrui - 0.0.1 + 0.0.1-SNAPSHOT anrui-flowable-api com.yxt.anrui - 0.0.1 + 0.0.1-SNAPSHOT com.yxt.anrui.fin anrui-fin-api - 0.0.1 + 0.0.1-SNAPSHOT @@ -102,7 +102,7 @@ com.yxt.anrui anrui-flowable-api - 0.0.1 + 0.0.1-SNAPSHOT compile diff --git a/anrui-buscenter/anrui-buscenter-biz/src/main/resources/application-test.yml b/anrui-buscenter/anrui-buscenter-biz/src/main/resources/application-test.yml index af61324a0d..dbfbaf2f58 100644 --- a/anrui-buscenter/anrui-buscenter-biz/src/main/resources/application-test.yml +++ b/anrui-buscenter/anrui-buscenter-biz/src/main/resources/application-test.yml @@ -1,7 +1,7 @@ spring: datasource: driver-class-name: com.mysql.cj.jdbc.Driver - url: jdbc:mysql://172.18.0.4:3306/anrui_buscenter?serverTimezone=GMT%2B8&autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&nullCatalogMeansCurrent=true + url: jdbc:mysql://39.104.100.138:3306/anrui_buscenter?serverTimezone=GMT%2B8&autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&nullCatalogMeansCurrent=true username: root password: yxt_mysql_138 cloud: @@ -21,3 +21,9 @@ spring: port: 6379 timeout: 0 # 连接超时时间(毫秒) +image: + upload: + path: /home/lzh/docker_data/nginx/html/anrui-system-ui/upload + url: + prefix: http://anrui.yyundong.com/upload/ + diff --git a/anrui-crm/anrui-crm-api/pom.xml b/anrui-crm/anrui-crm-api/pom.xml index 723097c72d..dc87ff85d2 100644 --- a/anrui-crm/anrui-crm-api/pom.xml +++ b/anrui-crm/anrui-crm-api/pom.xml @@ -13,7 +13,7 @@ anrui-crm-api com.yxt.anrui - 0.0.1 + 0.0.1-SNAPSHOT diff --git a/anrui-crm/anrui-crm-biz/pom.xml b/anrui-crm/anrui-crm-biz/pom.xml index 00e59c0f32..f022d74f08 100644 --- a/anrui-crm/anrui-crm-biz/pom.xml +++ b/anrui-crm/anrui-crm-biz/pom.xml @@ -23,32 +23,32 @@ anrui-crm-api com.yxt.anrui - 0.0.1 + 0.0.1-SNAPSHOT anrui-portal-api com.yxt.anrui - 0.0.1 + 0.0.1-SNAPSHOT anrui-base-api com.yxt.anrui - 0.0.1 + 0.0.1-SNAPSHOT anrui-buscenter-api com.yxt.anrui - 0.0.1 + 0.0.1-SNAPSHOT anrui-riskcenter-api com.yxt.anrui - 0.0.1 + 0.0.1-SNAPSHOT com.yxt.messagecenter message-center-api - 0.0.1 + 0.0.1-SNAPSHOT diff --git a/anrui-crm/anrui-crm-biz/src/main/resources/application-test.yml b/anrui-crm/anrui-crm-biz/src/main/resources/application-test.yml index e0b92f32ad..3cd258899b 100644 --- a/anrui-crm/anrui-crm-biz/src/main/resources/application-test.yml +++ b/anrui-crm/anrui-crm-biz/src/main/resources/application-test.yml @@ -1,7 +1,7 @@ spring: datasource: driver-class-name: com.mysql.cj.jdbc.Driver - url: jdbc:mysql://172.18.0.4:3306/anrui_crm?serverTimezone=GMT%2B8&autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&nullCatalogMeansCurrent=true + url: jdbc:mysql://39.104.100.138:3306/anrui_crm?serverTimezone=GMT%2B8&autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&nullCatalogMeansCurrent=true username: root password: yxt_mysql_138 cloud: @@ -21,3 +21,10 @@ spring: port: 6379 timeout: 0 # 连接超时时间(毫秒) + +image: + upload: + path: /home/lzh/docker_data/nginx/html/anrui-system-ui/upload + url: + prefix: http://anrui.yyundong.com/upload/ + diff --git a/anrui-fin/anrui-fin-api/pom.xml b/anrui-fin/anrui-fin-api/pom.xml index 9d59c3dc64..3058be3249 100644 --- a/anrui-fin/anrui-fin-api/pom.xml +++ b/anrui-fin/anrui-fin-api/pom.xml @@ -12,7 +12,7 @@ anrui-fin-api com.yxt.anrui.fin - 0.0.1 + 0.0.1-SNAPSHOT diff --git a/anrui-fin/anrui-fin-biz/pom.xml b/anrui-fin/anrui-fin-biz/pom.xml index bc33820c47..2c2fc2d255 100644 --- a/anrui-fin/anrui-fin-biz/pom.xml +++ b/anrui-fin/anrui-fin-biz/pom.xml @@ -22,7 +22,7 @@ com.yxt.anrui.fin anrui-fin-api - 0.0.1 + 0.0.1-SNAPSHOT com.yxt @@ -80,32 +80,32 @@ com.yxt.anrui anrui-crm-api - 0.0.1 + 0.0.1-SNAPSHOT compile com.yxt.anrui anrui-portal-api - 0.0.1 + 0.0.1-SNAPSHOT compile com.yxt.anrui anrui-buscenter-api - 0.0.1 + 0.0.1-SNAPSHOT compile com.yxt.anrui anrui-base-api - 0.0.1 + 0.0.1-SNAPSHOT compile com.yxt.messagecenter message-center-api - 0.0.1 + 0.0.1-SNAPSHOT diff --git a/anrui-fin/anrui-fin-biz/src/main/resources/application-test.yml b/anrui-fin/anrui-fin-biz/src/main/resources/application-test.yml index 88c3050bc8..f723ec753b 100644 --- a/anrui-fin/anrui-fin-biz/src/main/resources/application-test.yml +++ b/anrui-fin/anrui-fin-biz/src/main/resources/application-test.yml @@ -1,14 +1,14 @@ spring: datasource: driver-class-name: com.mysql.cj.jdbc.Driver - url: jdbc:mysql://172.18.0.4:3306/anrui_fin?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true + url: jdbc:mysql://39.104.100.138:3306/anrui_fin?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true username: root password: yxt_mysql_138 nacos: discovery: server-addr: 172.18.0.5:8848 redis: - database: 6 # Redis数据库索引(默认为0) + database: 3 # Redis数据库索引(默认为0) host: 172.18.0.7 jedis: pool: @@ -21,6 +21,6 @@ spring: timeout: 0 # 连接超时时间(毫秒) image: upload: - path: static/upload/ + path: /home/lzh/docker_data/nginx/html/anrui-system-ui/upload url: - prefix: http://192.168.1.116:8111/upload/ + prefix: http://anrui.yyundong.com/upload/ diff --git a/anrui-flowable/anrui-flowable-api/pom.xml b/anrui-flowable/anrui-flowable-api/pom.xml index d242749134..64f03d070d 100644 --- a/anrui-flowable/anrui-flowable-api/pom.xml +++ b/anrui-flowable/anrui-flowable-api/pom.xml @@ -13,7 +13,7 @@ anrui-flowable-api com.yxt.anrui - 0.0.1 + 0.0.1-SNAPSHOT diff --git a/anrui-flowable/anrui-flowable-biz/pom.xml b/anrui-flowable/anrui-flowable-biz/pom.xml index 09ecaf1d36..efb3505171 100644 --- a/anrui-flowable/anrui-flowable-biz/pom.xml +++ b/anrui-flowable/anrui-flowable-biz/pom.xml @@ -18,12 +18,12 @@ anrui-flowable-api com.yxt.anrui - 0.0.1 + 0.0.1-SNAPSHOT anrui-portal-api com.yxt.anrui - 0.0.1 + 0.0.1-SNAPSHOT com.alibaba.cloud diff --git a/anrui-flowable/anrui-flowable-biz/src/main/resources/application-test.yml b/anrui-flowable/anrui-flowable-biz/src/main/resources/application-test.yml index 5d0e426633..be8fed1907 100644 --- a/anrui-flowable/anrui-flowable-biz/src/main/resources/application-test.yml +++ b/anrui-flowable/anrui-flowable-biz/src/main/resources/application-test.yml @@ -1,7 +1,7 @@ spring: datasource: driver-class-name: com.mysql.cj.jdbc.Driver - url: jdbc:mysql://172.18.0.4:3306/anrui_flowable?serverTimezone=GMT%2B8&autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&nullCatalogMeansCurrent=true + url: jdbc:mysql://39.104.100.138:3306/anrui_flowable?serverTimezone=GMT%2B8&autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&nullCatalogMeansCurrent=true username: root password: yxt_mysql_138 cloud: @@ -21,3 +21,9 @@ spring: port: 6379 timeout: 0 # 连接超时时间(毫秒) +image: + upload: + path: /home/lzh/docker_data/nginx/html/anrui-system-ui/upload + url: + prefix: http://anrui.yyundong.com/upload/ + diff --git a/anrui-gateway/src/main/resources/application-test.yml b/anrui-gateway/src/main/resources/application-test.yml index 8515161e26..9fd2a333ac 100644 --- a/anrui-gateway/src/main/resources/application-test.yml +++ b/anrui-gateway/src/main/resources/application-test.yml @@ -1,6 +1,6 @@ spring: resources: - static-locations: file:D://anrui + static-locations: file:/home/lzh/docker_data/nginx/html/anrui-system-ui cloud: nacos: discovery: diff --git a/anrui-portal/anrui-portal-api/pom.xml b/anrui-portal/anrui-portal-api/pom.xml index 79caffa5b9..6bdb237440 100644 --- a/anrui-portal/anrui-portal-api/pom.xml +++ b/anrui-portal/anrui-portal-api/pom.xml @@ -13,7 +13,7 @@ anrui-portal-api com.yxt.anrui - 0.0.1 + 0.0.1-SNAPSHOT diff --git a/anrui-portal/anrui-portal-api/src/main/java/com/yxt/anrui/portal/api/sysuser/SysUserVo.java b/anrui-portal/anrui-portal-api/src/main/java/com/yxt/anrui/portal/api/sysuser/SysUserVo.java index df03f08fe6..dda423b6ad 100644 --- a/anrui-portal/anrui-portal-api/src/main/java/com/yxt/anrui/portal/api/sysuser/SysUserVo.java +++ b/anrui-portal/anrui-portal-api/src/main/java/com/yxt/anrui/portal/api/sysuser/SysUserVo.java @@ -85,4 +85,7 @@ public class SysUserVo implements Vo { private List orgList = new ArrayList<>(); private String defaultOrgPath; private String defaultOrgPathName; + + @ApiModelProperty("是否需要更换密码") + private Boolean needResetPsd; } diff --git a/anrui-portal/anrui-portal-api/src/main/java/com/yxt/anrui/portal/api/sysuser/app/AppSysUserFeign.java b/anrui-portal/anrui-portal-api/src/main/java/com/yxt/anrui/portal/api/sysuser/app/AppSysUserFeign.java index d59e04ee4e..882b9dac89 100644 --- a/anrui-portal/anrui-portal-api/src/main/java/com/yxt/anrui/portal/api/sysuser/app/AppSysUserFeign.java +++ b/anrui-portal/anrui-portal-api/src/main/java/com/yxt/anrui/portal/api/sysuser/app/AppSysUserFeign.java @@ -44,7 +44,7 @@ public interface AppSysUserFeign { @ApiOperation(value = "手机更改密码") @ResponseBody @PostMapping("/updatePassword") - public ResultBean updatePassword(@RequestParam(value = "userSid", required = true) String userSid, + public ResultBean updatePassword(@RequestParam(value = "userSid", required = true) String userSid, @RequestParam(value = "appId", required = true) String appId, @RequestParam(value = "oldPassword", required = true) String oldPassword, @RequestParam(value = "newPassword", required = true) String newPassword, diff --git a/anrui-portal/anrui-portal-biz/pom.xml b/anrui-portal/anrui-portal-biz/pom.xml index 43f5afdc20..a26fbdf5a1 100644 --- a/anrui-portal/anrui-portal-biz/pom.xml +++ b/anrui-portal/anrui-portal-biz/pom.xml @@ -18,7 +18,7 @@ anrui-terminal-api com.yxt.anrui - 0.0.1 + 0.0.1-SNAPSHOT com.yxt @@ -28,23 +28,17 @@ anrui-portal-api com.yxt.anrui - 0.0.1 + 0.0.1-SNAPSHOT anrui-crm-api com.yxt.anrui - 0.0.1 - - - - anrui-flowable-api - com.yxt.anrui - 0.0.1 + 0.0.1-SNAPSHOT com.yxt.messagecenter message-center-api - 0.0.1 + 0.0.1-SNAPSHOT @@ -81,7 +75,7 @@ com.yxt.anrui anrui-flowable-api - 0.0.1 + 0.0.1-SNAPSHOT compile diff --git a/anrui-portal/anrui-portal-biz/src/main/java/com/yxt/anrui/portal/biz/sysuser/SysUserService.java b/anrui-portal/anrui-portal-biz/src/main/java/com/yxt/anrui/portal/biz/sysuser/SysUserService.java index 1d9577a27b..71429a7db0 100644 --- a/anrui-portal/anrui-portal-biz/src/main/java/com/yxt/anrui/portal/biz/sysuser/SysUserService.java +++ b/anrui-portal/anrui-portal-biz/src/main/java/com/yxt/anrui/portal/biz/sysuser/SysUserService.java @@ -234,20 +234,37 @@ public class SysUserService extends MybatisBaseService { return baseMapper.updatePassword(sid, password); } - public ResultBean updatePasswordApp(SysUser user, String oldPassword, String newPassword, String token) { + public ResultBean updatePasswordApp(SysUser user, String oldPassword, String newPassword, String token) { + ResultBean rb = ResultBean.fireFail(); String oldPasswordMd5 = Encodes.md5(oldPassword); if (!oldPasswordMd5.equals(user.getPassword())) { - return ResultBean.fireFail().setMsg("原始密码输入错误"); + return rb.setMsg("原始密码输入错误"); } if (!newPassword.matches("^(?=.*[A-Z])(?=.*[a-z])(?=.*[0-9])[a-zA-Z0-9]{8,10}$")) { - return ResultBean.fireFail().setMsg("密码格式错误,必须为8至10位大小写字母和数字的组合"); + return rb.setMsg("密码格式错误,必须为8至10位大小写字母和数字的组合"); } int i = baseMapper.updatePasswordApp(user.getSid(), Encodes.md5(newPassword)); + SysUserVo sysUserVo = selectUserOne(user); + if (sysUserVo == null) { + sysUserVo = new SysUserVo(); + } else { + //查询是否需要更换密码 + boolean isTrue = false; + String mobile = user.getMobile(); + if (StringUtils.isNotBlank(mobile)) { + String password = mobile.substring(5, 11); + String md5 = Encodes.md5(password); + if (user.getPassword().equals(md5)) { + isTrue = true; + } + } + sysUserVo.setNeedResetPsd(isTrue); + } if (i == 1) { redisUtil.remove(token); - return ResultBean.fireSuccess().setMsg("修改成功"); + return rb.success().setData(sysUserVo); } else { - return ResultBean.fireSuccess().setMsg("修改失败"); + return rb.setMsg("修改失败"); } } @@ -338,7 +355,7 @@ public class SysUserService extends MybatisBaseService { userInfoOneVo.setDepartmentName(sysStaffOrgVo.getOrgName()); userInfoOneVo.setDepartmentSid(sysStaffOrgVo.getOrgSid()); SysOrganization sysOrganizationOne = sysOrganizationService.fetchBySid(sysStaffOrgVo.getOrgSid()); - if(sysOrganizationOne != null){ + if (sysOrganizationOne != null) { String psid = sysOrganizationOne.getPsid(); String name = sysOrganizationService.fetchBySid(psid).getName(); userInfoOneVo.setPNameAndDepartmentNameAndPostName(name + "-" + sysStaffOrgVo.getOrgName()); @@ -407,6 +424,17 @@ public class SysUserService extends MybatisBaseService { sysUserVo.setToken(newToken); // 更新用户中的token updateToken(user.getSid(), newToken); + //查询是否需要更换密码 + boolean isTrue = false; + String mobile = user.getMobile(); + if (StringUtils.isNotBlank(mobile)) { + String password = mobile.substring(5, 11); + String md5 = Encodes.md5(password); + if (user.getPassword().equals(md5)) { + isTrue = true; + } + } + sysUserVo.setNeedResetPsd(isTrue); return sysUserVo; } diff --git a/anrui-portal/anrui-portal-biz/src/main/java/com/yxt/anrui/portal/biz/sysuser/app/AppSysUserRest.java b/anrui-portal/anrui-portal-biz/src/main/java/com/yxt/anrui/portal/biz/sysuser/app/AppSysUserRest.java index aae5293c86..72d8ffadeb 100644 --- a/anrui-portal/anrui-portal-biz/src/main/java/com/yxt/anrui/portal/biz/sysuser/app/AppSysUserRest.java +++ b/anrui-portal/anrui-portal-biz/src/main/java/com/yxt/anrui/portal/biz/sysuser/app/AppSysUserRest.java @@ -278,14 +278,15 @@ public class AppSysUserRest implements AppSysUserFeign { } @Override - public ResultBean updatePassword(String userSid, String appId, String oldPassword, String newPassword, HttpServletRequest httpServletRequest) { + public ResultBean updatePassword(String userSid, String appId, String oldPassword, String newPassword, HttpServletRequest httpServletRequest) { + ResultBean rb = ResultBean.fireFail(); String token = httpServletRequest.getHeader("token"); SysUser user = sysUserService.fetchBySid(userSid); if (user == null) { - return ResultBean.fireFail().setMsg("抱歉,用户不存在"); + return rb.setMsg("抱歉,用户不存在"); } if (!appId.equals(user.getAppId())) { - return new ResultBean().fail().setMsg("当前设备与账号不匹配,请解绑后再试"); + return rb.setMsg("当前设备与账号不匹配,请解绑后再试"); } return sysUserService.updatePasswordApp(user, oldPassword, newPassword, token); } diff --git a/anrui-riskcenter/anrui-riskcenter-api/pom.xml b/anrui-riskcenter/anrui-riskcenter-api/pom.xml index 77db3a9e5d..037411265f 100644 --- a/anrui-riskcenter/anrui-riskcenter-api/pom.xml +++ b/anrui-riskcenter/anrui-riskcenter-api/pom.xml @@ -13,7 +13,7 @@ anrui-riskcenter-api com.yxt.anrui - 0.0.1 + 0.0.1-SNAPSHOT diff --git a/anrui-riskcenter/anrui-riskcenter-biz/pom.xml b/anrui-riskcenter/anrui-riskcenter-biz/pom.xml index e3f9840e31..ad0ad0ad91 100644 --- a/anrui-riskcenter/anrui-riskcenter-biz/pom.xml +++ b/anrui-riskcenter/anrui-riskcenter-biz/pom.xml @@ -23,27 +23,27 @@ anrui-riskcenter-api com.yxt.anrui - 0.0.1 + 0.0.1-SNAPSHOT anrui-portal-api com.yxt.anrui - 0.0.1 + 0.0.1-SNAPSHOT anrui-buscenter-api com.yxt.anrui - 0.0.1 + 0.0.1-SNAPSHOT anrui-crm-api com.yxt.anrui - 0.0.1 + 0.0.1-SNAPSHOT anrui-base-api com.yxt.anrui - 0.0.1 + 0.0.1-SNAPSHOT diff --git a/anrui-scm/anrui-scm-api/pom.xml b/anrui-scm/anrui-scm-api/pom.xml index b5d623076b..acdbbb1541 100644 --- a/anrui-scm/anrui-scm-api/pom.xml +++ b/anrui-scm/anrui-scm-api/pom.xml @@ -12,7 +12,7 @@ anrui-scm-api com.yxt.anrui.scm - 0.0.1 + 0.0.1-SNAPSHOT diff --git a/anrui-scm/anrui-scm-biz/pom.xml b/anrui-scm/anrui-scm-biz/pom.xml index d920e9702c..9aad1f3ece 100644 --- a/anrui-scm/anrui-scm-biz/pom.xml +++ b/anrui-scm/anrui-scm-biz/pom.xml @@ -29,7 +29,7 @@ com.yxt.anrui.scm anrui-scm-api - 0.0.1 + 0.0.1-SNAPSHOT com.yxt @@ -52,36 +52,36 @@ com.yxt.anrui anrui-buscenter-api - 0.0.1 + 0.0.1-SNAPSHOT compile com.yxt.anrui anrui-portal-api - 0.0.1 + 0.0.1-SNAPSHOT compile anrui-flowable-api com.yxt.anrui - 0.0.1 + 0.0.1-SNAPSHOT com.yxt.anrui anrui-base-api - 0.0.1 + 0.0.1-SNAPSHOT compile com.yxt.anrui.fin anrui-fin-api - 0.0.1 + 0.0.1-SNAPSHOT compile com.yxt.messagecenter message-center-api - 0.0.1 + 0.0.1-SNAPSHOT diff --git a/anrui-scm/anrui-scm-biz/src/main/java/com/yxt/anrui/scm/biz/scmvehinventoryreport/ScmVehInventoryreportService.java b/anrui-scm/anrui-scm-biz/src/main/java/com/yxt/anrui/scm/biz/scmvehinventoryreport/ScmVehInventoryreportService.java index 9d3219bcf9..46c86c3d08 100644 --- a/anrui-scm/anrui-scm-biz/src/main/java/com/yxt/anrui/scm/biz/scmvehinventoryreport/ScmVehInventoryreportService.java +++ b/anrui-scm/anrui-scm-biz/src/main/java/com/yxt/anrui/scm/biz/scmvehinventoryreport/ScmVehInventoryreportService.java @@ -29,13 +29,17 @@ import cn.hutool.core.bean.BeanUtil; import com.alibaba.fastjson.JSONObject; import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; import com.baomidou.mybatisplus.core.metadata.IPage; -import com.yxt.anrui.portal.api.appversion.AppVersionDto; import com.yxt.anrui.portal.api.sysuser.SysUserFeign; import com.yxt.anrui.portal.api.sysuser.SysUserVo; import com.yxt.anrui.scm.api.scmvehinventorymonth.AppScmVehInventorymonthInfoVo; import com.yxt.anrui.scm.api.scmvehinventoryreport.*; import com.yxt.anrui.scm.biz.scmvehinventorymonth.ScmVehInventorymonthService; +import com.yxt.common.base.service.MybatisBaseService; import com.yxt.common.base.utils.JPushServer; +import com.yxt.common.base.utils.PagerUtil; +import com.yxt.common.core.query.PagerQuery; +import com.yxt.common.core.result.ResultBean; +import com.yxt.common.core.vo.PagerVo; import com.yxt.messagecenter.api.message.AppMessageDto; import com.yxt.messagecenter.api.message.MessageFeign; import com.yxt.messagecenter.api.message.MsgTargetUriEnum; @@ -44,13 +48,6 @@ import com.yxt.messagecenter.api.messagelist.MessageListFeign; import com.yxt.messagecenter.api.messagetype.MessageTypeFeign; import com.yxt.messagecenter.api.messagetype.MessageTypeVo; import org.apache.commons.lang3.StringUtils; -import com.yxt.common.base.service.MybatisBaseService; -import com.yxt.common.base.utils.PagerUtil; -import com.yxt.common.core.query.PagerQuery; -import com.yxt.common.core.result.ResultBean; -import com.yxt.common.core.vo.PagerVo; - -import org.omg.CORBA.BAD_CONTEXT; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; diff --git a/anrui-scm/anrui-scm-biz/src/main/resources/application-test.yml b/anrui-scm/anrui-scm-biz/src/main/resources/application-test.yml index f19a345ec3..72c8563d4d 100644 --- a/anrui-scm/anrui-scm-biz/src/main/resources/application-test.yml +++ b/anrui-scm/anrui-scm-biz/src/main/resources/application-test.yml @@ -1,14 +1,14 @@ spring: datasource: driver-class-name: com.mysql.cj.jdbc.Driver - url: jdbc:mysql://172.18.0.4:3306/anrui_scm?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true + url: jdbc:mysql://39.104.100.138:3306/anrui_scm?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true username: root password: yxt_mysql_138 nacos: discovery: server-addr: 172.18.0.5:8848 redis: - database: 6 # Redis数据库索引(默认为0) + database: 3 # Redis数据库索引(默认为0) host: 172.18.0.7 jedis: pool: @@ -21,6 +21,6 @@ spring: timeout: 0 # 连接超时时间(毫秒) image: upload: - path: static/upload/ + path: /home/lzh/docker_data/nginx/html/anrui-system-ui/upload url: - prefix: http://127.0.0.1:8080/upload/ \ No newline at end of file + prefix: http://anrui.yyundong.com/upload/ \ No newline at end of file diff --git a/anrui-scm/anrui-scm-ui/src/views/cheliang/cheliangtaizhang/cheliangtaizhangAdd.vue b/anrui-scm/anrui-scm-ui/src/views/cheliang/cheliangtaizhang/cheliangtaizhangAdd.vue index 1e0cb99abe..6676f2fbf9 100644 --- a/anrui-scm/anrui-scm-ui/src/views/cheliang/cheliangtaizhang/cheliangtaizhangAdd.vue +++ b/anrui-scm/anrui-scm-ui/src/views/cheliang/cheliangtaizhang/cheliangtaizhangAdd.vue @@ -436,6 +436,8 @@ export default { this.temp.insideCode = row.insideCode }, showAdd() { + this.getType() + this.getPathSid() this.$nextTick(() => { this.$refs['dataForm'].clearValidate() }) @@ -451,10 +453,10 @@ export default { this.temp.isProblemVeh = '0' this.temp.purchaseSystemName = window.sessionStorage.getItem('departmentName') this.temp.purchaseSystemSid = window.sessionStorage.getItem('departmentSid') - this.getType() - this.getPathSid() }, showEdit(sid) { + this.getType() + this.getPathSid() this.$nextTick(() => { this.$refs['dataForm'].clearValidate() }) @@ -471,8 +473,6 @@ export default { }) } }) - this.getType() - this.getPathSid() }, getPathSid() { getPathSidByUserSid({ userSid: window.sessionStorage.getItem('userSid') }).then((res) => { @@ -494,6 +494,10 @@ export default { brandDown({ useOrg: res.data }).then((resp) => { if (resp.success) { this.carBrand_list = resp.data + if (this.carBrand_list.length > 0) { + this.temp.carBrandName = this.carBrand_list[0].barndName + this.temp.carBrandSid = this.carBrand_list[0].sid + } } }) } diff --git a/anrui-scm/anrui-scm-ui/src/views/cheliang/chexing/relation/chexingpeizhijiageweihuAdd.vue b/anrui-scm/anrui-scm-ui/src/views/cheliang/chexing/relation/chexingpeizhijiageweihuAdd.vue index 855c5da391..5c0a5da7fd 100644 --- a/anrui-scm/anrui-scm-ui/src/views/cheliang/chexing/relation/chexingpeizhijiageweihuAdd.vue +++ b/anrui-scm/anrui-scm-ui/src/views/cheliang/chexing/relation/chexingpeizhijiageweihuAdd.vue @@ -2,76 +2,72 @@
价格维护
+
+ 确认 + 关闭 +
- + 车型名称 - + {{ temp.vehicleAlias }} - + 内部编码 - + - - + - + 常用配置 - + {{ temp.configName }} - + 更多配置 - + {{ temp.otherConfig }} - + *销售指导价(贷款) - + - + - + *销售指导价(全款) - + - + -
- 确认 - 返回 -
@@ -88,7 +84,7 @@ export default { vehicleAlias: '', // 车型名称(产品名称 陕汽必须1) manufactorSettlementPrice: '', // 厂家结算价 guidedPrice: '', // 销售指导价 - insideCode:'' + insideCode: '' }, rules: { manufactorSettlementPrice: [{ required: true, message: '销售指导价(贷款)不能为空', trigger: 'blur' }], @@ -153,11 +149,6 @@ export default { border-top: 1px solid #e0e3eb; } -.form_btn { - display: flex; - justify-content: center; -} - .break_word { word-wrap: break-word; } diff --git a/anrui-scm/anrui-scm-ui/src/views/cheliang/chexingpeizhi/changyongpeizhi.vue b/anrui-scm/anrui-scm-ui/src/views/cheliang/chexingpeizhi/changyongpeizhi.vue index 8e3fcd6d92..6e63dbb7e8 100644 --- a/anrui-scm/anrui-scm-ui/src/views/cheliang/chexingpeizhi/changyongpeizhi.vue +++ b/anrui-scm/anrui-scm-ui/src/views/cheliang/chexingpeizhi/changyongpeizhi.vue @@ -10,140 +10,128 @@ - + - + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + - + - + - +
- 查询 + 查询 重置
常用配置列表
- +
- - - - + + + + - + - + @@ -153,122 +141,116 @@ {{ scope.row.createOrg }} - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + +
- +
@@ -276,7 +258,6 @@ - @@ -297,7 +278,7 @@ export default { pageye, ButtonBar, changyongpeizhiAdd, - changyongpeizhiInfo, + changyongpeizhiInfo }, // directives: { // drag: { @@ -450,7 +431,7 @@ export default { } }, mounted() { - this.$refs["btnbar"].setButtonList(this.btnList) + this.$refs['btnbar'].setButtonList(this.btnList) }, created() { this.getList() // 加载列表 @@ -673,7 +654,7 @@ export default { }, // 返回 doClose() { - this.$store.dispatch('tagsView/delView', this.$route); + this.$store.dispatch('tagsView/delView', this.$route) this.$router.go(-1) }, // 序号 @@ -829,20 +810,18 @@ export default { var sids = bb.join(',') console.log('删除的数据', sids) const params = { - sids:sids, - userSid:window.sessionStorage.getItem('userSid') + sids: sids, + userSid: window.sessionStorage.getItem('userSid') } deleteBySids(params).then(resp => { - if (resp.success && resp.code == '200'){ + if (resp.success) { loading.close() _this.$message({ type: 'success', message: resp.msg, showClose: true }) _this.getList() - }else { + } else { loading.close() - // _this.$message({ type: 'error', message: resp.msg, showClose: true }) } - }) - .catch(e => { + }).catch(e => { loading.close() }) }) @@ -869,51 +848,13 @@ export default { } diff --git a/anrui-scm/anrui-scm-ui/src/views/cheliang/chexingpeizhi/changyongpeizhiAdd.vue b/anrui-scm/anrui-scm-ui/src/views/cheliang/chexingpeizhi/changyongpeizhiAdd.vue index cfa9e696a1..f979c4b39b 100644 --- a/anrui-scm/anrui-scm-ui/src/views/cheliang/chexingpeizhi/changyongpeizhiAdd.vue +++ b/anrui-scm/anrui-scm-ui/src/views/cheliang/chexingpeizhi/changyongpeizhiAdd.vue @@ -15,51 +15,51 @@
- 颜色 + 后桥
- - - + + +
- 缓速器 + 速比
- - - + + +
- 后视镜 + 轴距
- - - + + +
- 轮胎 + 悬架
- - - + + +
- 驾驶室 + 鞍座
- - - + + +
@@ -67,41 +67,41 @@
- 后桥 + 颜色
- - - + + +
- 速比 + 驾驶室
- - - + + +
- 空调 + 保险杠
- - - + + +
- 轮毂材质 + 燃料箱
- - - + + +
@@ -119,21 +119,21 @@
- 悬架 + 独立热源
- - - + + +
- 座椅 + 缓速器
- - - + + +
@@ -149,21 +149,21 @@
- 鞍座 + 后视镜
- - - + + +
- 轴距 + 轮胎
- - - + + +
@@ -171,66 +171,54 @@
- 保险杠 + 轮毂材质
- - - + + +
- 配置包 + 空调
- - - + + +
- 独立热源 + 座椅
- - - + + +
- 燃料箱 + 多媒体
- - - + + +
- 多媒体 + 配置包
- - - + + +
- - - - - - - - - - - -
@@ -1052,20 +1040,6 @@ export default { } diff --git a/anrui-scm/anrui-scm-ui/src/views/gongyingshang/gongyingshanggaunli.vue b/anrui-scm/anrui-scm-ui/src/views/gongyingshang/gongyingshanggaunli.vue index 3c7089fabb..0d36fc5b76 100644 --- a/anrui-scm/anrui-scm-ui/src/views/gongyingshang/gongyingshanggaunli.vue +++ b/anrui-scm/anrui-scm-ui/src/views/gongyingshang/gongyingshanggaunli.vue @@ -42,22 +42,22 @@ 编辑 - + - + - + - + diff --git a/anrui-scm/anrui-scm-ui/src/views/kucunguanli/changjiatuiku/changjiatuikuguanli/changjiatuikuAdd.vue b/anrui-scm/anrui-scm-ui/src/views/kucunguanli/changjiatuiku/changjiatuikuguanli/changjiatuikuAdd.vue index 5261bee71d..c7c13b4898 100644 --- a/anrui-scm/anrui-scm-ui/src/views/kucunguanli/changjiatuiku/changjiatuikuguanli/changjiatuikuAdd.vue +++ b/anrui-scm/anrui-scm-ui/src/views/kucunguanli/changjiatuiku/changjiatuikuguanli/changjiatuikuAdd.vue @@ -165,7 +165,7 @@ export default { console.log(e.target.value) e.target.value = parseFloat(e.target.value) } - row.disabledRefundMoney = e.target.value + row.refundMoney = e.target.value }, showEdit(row) { this.$nextTick(() => { @@ -249,7 +249,7 @@ export default { }) }, confirm(row) { - if (row.disabledRefundMoney !== row.costPrice && row.manDeduRemarks === '') { + if (row.refundMoney !== row.costPrice && row.manDeduRemarks === '') { this.$message({ showClose: true, type: 'error', message: '因厂家结算价与退款金额不一致,请填写厂家扣款说明' }) return } diff --git a/anrui-scm/anrui-scm-ui/src/views/supplychain/cheliangpaichan/cheliangpaichanAdd.vue b/anrui-scm/anrui-scm-ui/src/views/supplychain/cheliangpaichan/cheliangpaichanAdd.vue index 3e6c84cc4d..81550a229d 100644 --- a/anrui-scm/anrui-scm-ui/src/views/supplychain/cheliangpaichan/cheliangpaichanAdd.vue +++ b/anrui-scm/anrui-scm-ui/src/views/supplychain/cheliangpaichan/cheliangpaichanAdd.vue @@ -266,6 +266,10 @@ export default { brandDown({ useOrg: resp.data }).then((res) => { if (res.success) { this.carBrand_list = res.data + if (this.carBrand_list.length > 0) { + this.formobj.carBrandName = this.carBrand_list[0].brandName + this.formobj.carBrandSid = this.carBrand_list[0].sid + } } }) } diff --git a/anrui-scm/anrui-scm-ui/src/views/supplychain/yancheguanli/yancheguanliAdd.vue b/anrui-scm/anrui-scm-ui/src/views/supplychain/yancheguanli/yancheguanliAdd.vue index 449afe0fe4..cd772694c8 100644 --- a/anrui-scm/anrui-scm-ui/src/views/supplychain/yancheguanli/yancheguanliAdd.vue +++ b/anrui-scm/anrui-scm-ui/src/views/supplychain/yancheguanli/yancheguanliAdd.vue @@ -6,7 +6,7 @@
保存 通过 - 返回 + 关闭
@@ -15,84 +15,50 @@
- - + + - - + + + + + + + - - - + + + - - + + - - + + - - + + - - + + @@ -119,17 +85,9 @@ 验车情况说明 - - + - - -
@@ -153,7 +111,7 @@ export default { data() { return { viewTitle: '', - isCheck:true, + isCheck: true, // --按钮菜单------- sid: '', datas: null, @@ -170,8 +128,9 @@ export default { config: '', model: '', inspectedSid: '', - modelDifferenceExplain:'', - guaranteeCardNo:'' + modelDifferenceExplain: '', + guaranteeCardNo: '', + engineNo: '' }, // 添加和修改 dialogFormVisible: false, // 添加修改对话框状态 dialogFormShowVisible: false, // 查看对话框默认关闭状态 @@ -187,12 +146,12 @@ export default { methods: { // 输入数字正则 oninput(val, limit = 0) { - val = val.replace(/[^\d.]/g, '') //保留数字 - val = val.replace(/^00/, '0.') //开头不能有两个0 - val = val.replace(/^\./g, '0.') //开头为小数点转换为0. - val = val.replace(/\.{2,}/g, '.') //两个以上的小数点转换成一个 - val = val.replace('.', '$#$').replace(/\./g, '').replace('$#$', '.'); //只保留一个小数点 - /^0\d+/.test(val) ? val = val.slice(1) : '' //两位以上数字开头不能为0 + val = val.replace(/[^\d.]/g, '') // 保留数字 + val = val.replace(/^00/, '0.') // 开头不能有两个0 + val = val.replace(/^\./g, '0.') // 开头为小数点转换为0. + val = val.replace(/\.{2,}/g, '.') // 两个以上的小数点转换成一个 + val = val.replace('.', '$#$').replace(/\./g, '').replace('$#$', '.'); // 只保留一个小数点 + /^0\d+/.test(val) ? val = val.slice(1) : '' // 两位以上数字开头不能为0 const str = '^(\\d+)\\.(\\d{' + limit + '}).*$' const reg = new RegExp(str) if (limit === 0) { @@ -208,7 +167,7 @@ export default { this.$nextTick(() => { this.$refs['dataForm'].clearValidate() }) - console.log('点击验车跳转页面',row) + console.log('点击验车跳转页面', row) this.dialogStatus = 'add' this.viewTitle = '验车单' const data = { @@ -270,11 +229,11 @@ export default { // this.getZuZhi() // this.getUseOrg() // }, - handleChecklist(){ + handleChecklist() { this.isCheck = false this.$refs['divchecklist'].showCheck(this.temp.inspectedSid) }, - resetState(){ + resetState() { this.isCheck = true }, // 获得使用组织 @@ -333,8 +292,9 @@ export default { config: '', model: '', inspectedSid: '', - modelDifferenceExplain:'', - guaranteeCardNo:'' + modelDifferenceExplain: '', + guaranteeCardNo: '', + engineNo: '' } this.imgList01 = [] this.imgList02 = [] @@ -346,20 +306,20 @@ export default { this.$refs['dataForm'].validate((valid) => { if (valid) { this.FormLoading = true - if (this.temp.carInspectedImage.length == 0) { + if (this.temp.carInspectedImage.length === 0) { this.$message({ showClose: true, message: '请上传验车相关照片!', type: 'error' - }); + }) return } - if (this.temp.factoryImage.length == 0) { + if (this.temp.factoryImage.length === 0) { this.$message({ showClose: true, message: '请上传厂家验车单照片!', type: 'error' - }); + }) return } // 只需添加和修改 @@ -368,12 +328,6 @@ export default { if (response.code === '200') { this.dialogFormVisible = false this.handleReturn('true') - } else { - // this.$message({ - // showClose: true, - // message: '添加失败!', - // type: 'error' - // }); } }) } @@ -385,23 +339,23 @@ export default { if (valid) { submitCarInspectedInfo(this.temp).then((response) => { this.FormLoading = false - if (this.temp.carInspectedImage.length == 0) { - this.$message({ - showClose: true, - message: '请上传验车相关照片!', - type: 'error' - }); - return - } - console.log('照片02',this.temp.factoryImage) - if (this.temp.factoryImage.length == 0) { - this.$message({ - showClose: true, - message: '请上传厂家验车单照片!', - type: 'error' - }); - return - } + if (this.temp.carInspectedImage.length === 0) { + this.$message({ + showClose: true, + message: '请上传验车相关照片!', + type: 'error' + }) + return + } + console.log('照片02', this.temp.factoryImage) + if (this.temp.factoryImage.length === 0) { + this.$message({ + showClose: true, + message: '请上传厂家验车单照片!', + type: 'error' + }) + return + } if (response.code === '200') { this.dialogFormVisible = false this.handleReturn('true') @@ -451,10 +405,12 @@ export default { line-height: 40px !important; font-weight: 600; } -.addinputw_copy{ + +.addinputw_copy { width: 92% !important; } -.formadd .last_btn{ + +.formadd .last_btn { float: right; top: 30px; } diff --git a/anrui-scm/anrui-scm-ui/src/views/supplychain/yancheguanli/yancheguanliInfo.vue b/anrui-scm/anrui-scm-ui/src/views/supplychain/yancheguanli/yancheguanliInfo.vue index a7ac24f5be..5830ccc332 100644 --- a/anrui-scm/anrui-scm-ui/src/views/supplychain/yancheguanli/yancheguanliInfo.vue +++ b/anrui-scm/anrui-scm-ui/src/views/supplychain/yancheguanli/yancheguanliInfo.vue @@ -13,43 +13,48 @@
- + {{ temp.vin }} - - {{ temp.model }} + + {{ temp.engineNo }} - - + + + {{ temp.model }} + + + + {{ temp.config }} - + {{ temp.modelDifferenceExplain }} - + {{temp.inboundDate}} - + {{ temp.guaranteeCardNo }} - + {{ temp.price }} @@ -63,16 +68,7 @@
验车相关照片
- - - - - + @@ -80,16 +76,7 @@ 厂家验车单照片 - - - - - + @@ -102,9 +89,6 @@ - - -
@@ -129,18 +113,17 @@ diff --git a/anrui-terminal/anrui-terminal-api/pom.xml b/anrui-terminal/anrui-terminal-api/pom.xml index 894e139aaa..1eee55234e 100644 --- a/anrui-terminal/anrui-terminal-api/pom.xml +++ b/anrui-terminal/anrui-terminal-api/pom.xml @@ -13,7 +13,7 @@ anrui-terminal-api com.yxt.anrui - 0.0.1 + 0.0.1-SNAPSHOT diff --git a/anrui-terminal/anrui-terminal-biz/pom.xml b/anrui-terminal/anrui-terminal-biz/pom.xml index 78e62cbc94..6ad996201a 100644 --- a/anrui-terminal/anrui-terminal-biz/pom.xml +++ b/anrui-terminal/anrui-terminal-biz/pom.xml @@ -18,47 +18,42 @@ anrui-terminal-api com.yxt.anrui - 0.0.1 + 0.0.1-SNAPSHOT anrui-base-api com.yxt.anrui - 0.0.1 - - - anrui-crm-api - com.yxt.anrui - 0.0.1 + 0.0.1-SNAPSHOT anrui-portal-api com.yxt.anrui - 0.0.1 + 0.0.1-SNAPSHOT anrui-buscenter-api com.yxt.anrui - 0.0.1 + 0.0.1-SNAPSHOT anrui-scm-api com.yxt.anrui.scm - 0.0.1 + 0.0.1-SNAPSHOT anrui-fin-api com.yxt.anrui.fin - 0.0.1 + 0.0.1-SNAPSHOT anrui-crm-api com.yxt.anrui - 0.0.1 + 0.0.1-SNAPSHOT anrui-riskcenter-api com.yxt.anrui - 0.0.1 + 0.0.1-SNAPSHOT com.alibaba.cloud diff --git a/anrui-terminal/anrui-terminal-biz/src/main/resources/application-test.yml b/anrui-terminal/anrui-terminal-biz/src/main/resources/application-test.yml index 1dadfdd2d7..43aad4f87c 100644 --- a/anrui-terminal/anrui-terminal-biz/src/main/resources/application-test.yml +++ b/anrui-terminal/anrui-terminal-biz/src/main/resources/application-test.yml @@ -19,7 +19,7 @@ spring: image: upload: - path: D:\anrui\upload\ + path: /home/lzh/docker_data/nginx/html/anrui-system-ui/upload url: - prefix: http://26077a35f5.wicp.vip/upload/ + prefix: http://anrui.yyundong.com/upload/