| | |
| | | if (Objects.isNull(param)) { |
| | | throw new CoolException("参数不能为空!!!"); |
| | | } |
| | | if (!StringUtils.isBlank(param.get("locTypeId").toString())) { |
| | | if (!StringUtils.isBlank(param.get("typeId").toString())) { |
| | | throw new CoolException("库位类型不能为空!!"); |
| | | } |
| | | if (!StringUtils.isBlank(param.get("areaMatId").toString())) { |
| | |
| | | } |
| | | if (!this.remove(new LambdaQueryWrapper<LocAreaMatRela>() |
| | | .eq(LocAreaMatRela::getAreaMatId, Long.parseLong(param.get("areaMatId").toString())) |
| | | .eq(LocAreaMatRela::getLocTypeId, Long.parseLong(param.get("locTypeId").toString())))) { |
| | | .eq(LocAreaMatRela::getLocTypeId, Long.parseLong(param.get("typeId").toString())))) { |
| | | throw new CoolException("删除失败!!"); |
| | | } |
| | | |
| | |
| | | matching-strategy: ANT_PATH_MATCHER |
| | | datasource: |
| | | driver-class-name: com.mysql.jdbc.Driver |
| | | url: jdbc:mysql://192.168.4.24:3306/rsf?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai |
| | | username: root |
| | | # url: jdbc:mysql://47.76.147.249:3306/rsf?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai |
| | | # username: rsf |
| | | # url: jdbc:mysql://192.168.4.24:3306/rsf?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai |
| | | # username: root |
| | | url: jdbc:mysql://47.76.147.249:3306/rsf?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai |
| | | username: rsf |
| | | password: 34821015 |
| | | type: com.alibaba.druid.pool.DruidDataSource |
| | | druid: |