pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/daoPr/PrProductionProcessMapper.java
@@ -3,6 +3,7 @@ import com.dy.pmsGlobal.pojoPr.PrProductionProcess; import org.apache.ibatis.annotations.MapKey; import org.apache.ibatis.annotations.Mapper; import org.apache.ibatis.annotations.Param; import java.util.List; import java.util.Map; @@ -33,5 +34,5 @@ @MapKey("id") List<Map<String,String>> queryAll(Long proId); boolean exists(String name, Long id); boolean exists(@Param("name") String name,@Param("id") Long id); }