pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/daoPlt/PltProductMapper.java
@@ -2,6 +2,7 @@ import com.dy.pmsGlobal.pojoPlt.PltProduct; import org.apache.ibatis.annotations.Mapper; import org.apache.ibatis.annotations.Param; import java.util.List; import java.util.Map; @@ -24,7 +25,7 @@ String selectMaxCode(); boolean exists(String name, Long id); boolean exists(@Param("name") String name, @Param("id") Long id); PltProduct selectByCode(String productCode); }