add:点击项目名称查询

This commit is contained in:
zj
2021-06-21 10:25:23 +08:00
parent 7659decee1
commit 64a3f73702
@@ -10,6 +10,8 @@ import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import javax.annotation.Resource;
/**
* <p>
* 服务实现类
@@ -21,7 +23,7 @@ import org.springframework.stereotype.Service;
@Service
public class SarStandProjectLibraryServiceImpl extends ServiceImpl<SarStandProjectLibraryDao, SarStandProjectLibrary> implements ISarStandProjectLibraryService {
@Autowired
@Resource
private SarStandProjectLibraryDao sarStandProjectLibraryDao;
@Override