Commit 90b00e00 by 赵剑炜

修正供应商

parent 557713dc
...@@ -20,8 +20,6 @@ import java.util.*; ...@@ -20,8 +20,6 @@ import java.util.*;
@Service @Service
public class SupplierServiceImpl extends ServiceImpl<SupplierMapper, Supplier> implements SupplierService { public class SupplierServiceImpl extends ServiceImpl<SupplierMapper, Supplier> implements SupplierService {
@Resource
private SupplierMapper supplierMapper;
@Override @Override
......
...@@ -13,11 +13,6 @@ import com.junmp.jyzb.service.SupplierTypeService; ...@@ -13,11 +13,6 @@ import com.junmp.jyzb.service.SupplierTypeService;
@Service @Service
public class SupplierTypeServiceImpl extends ServiceImpl<SupplierTypeMapper, SupplierType> implements SupplierTypeService{ public class SupplierTypeServiceImpl extends ServiceImpl<SupplierTypeMapper, SupplierType> implements SupplierTypeService{
@Resource
private SupplierTypeMapper supplierTypeMapper;
private LambdaQueryWrapper<SupplierType> createWrapper(SupplierTypeReq req) { private LambdaQueryWrapper<SupplierType> createWrapper(SupplierTypeReq req) {
LambdaQueryWrapper<SupplierType> wrapper = new LambdaQueryWrapper<>(); LambdaQueryWrapper<SupplierType> wrapper = new LambdaQueryWrapper<>();
if (ObjectUtil.isEmpty(req)) { if (ObjectUtil.isEmpty(req)) {
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
<module>jyzb-biz</module> <module>jyzb-biz</module>
<module>jyzb-process</module> <module>jyzb-process</module>
<module>jyzb-common</module> <module>jyzb-common</module>
<module>jyzb-mq</module>
</modules> </modules>
<parent> <parent>
...@@ -261,11 +261,11 @@ ...@@ -261,11 +261,11 @@
</dependency> </dependency>
<!-- bcrypt依赖 --> <!-- bcrypt依赖 -->
<dependency> <!-- <dependency>-->
<groupId>org.springframework.security</groupId> <!-- <groupId>org.springframework.security</groupId>-->
<artifactId>spring-security-web</artifactId> <!-- <artifactId>spring-security-web</artifactId>-->
<version>5.0.5.RELEASE</version> <!-- <version>5.0.5.RELEASE</version>-->
</dependency> <!-- </dependency>-->
</dependencies> </dependencies>
</dependencyManagement> </dependencyManagement>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论