Commit f2177fcd authored by duanruiming's avatar duanruiming

[update] 删除引用databus,crossInfoMapper冲突

parent 8758a221
...@@ -41,11 +41,11 @@ ...@@ -41,11 +41,11 @@
</exclusion> </exclusion>
</exclusions> </exclusions>
</dependency> </dependency>
<dependency> <!-- <dependency>-->
<groupId>net.wanji</groupId> <!-- <groupId>net.wanji</groupId>-->
<artifactId>wj-databus</artifactId> <!-- <artifactId>wj-databus</artifactId>-->
<version>0.0.1</version> <!-- <version>0.0.1</version>-->
</dependency> <!-- </dependency>-->
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-websocket</artifactId> <artifactId>spring-boot-starter-websocket</artifactId>
......
...@@ -19,12 +19,8 @@ public interface CrossInfoMapper { ...@@ -19,12 +19,8 @@ public interface CrossInfoMapper {
String selectIdByCodeAndManufacturerId(@Param("crossCode") String crossCode, String selectIdByCodeAndManufacturerId(@Param("crossCode") String crossCode,
@Param("manufacturerId")Integer manufacturerId); @Param("manufacturerId")Integer manufacturerId);
CrossInfoPO selectByCode(@Param("code") String code);
List<CrossInfoPO> selectByManufacturerId(@Param("manufacturerId") Integer manufacturerId); List<CrossInfoPO> selectByManufacturerId(@Param("manufacturerId") Integer manufacturerId);
List<CrossInfoPO> selectAll();
List<CrossInfoPO> selectByOptionals(@Param("crossName") String crossName, List<CrossInfoPO> selectByOptionals(@Param("crossName") String crossName,
@Param("manufacturerId") Integer manufacturerId); @Param("manufacturerId") Integer manufacturerId);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment