|
@@ -138,4 +138,12 @@ public interface PurchaseInquiryItemDao
|
|
|
@Query("select count(p) from PurchaseInquiryItem p where p.vendUU = :vendUU")
|
|
@Query("select count(p) from PurchaseInquiryItem p where p.vendUU = :vendUU")
|
|
|
public long countByVendUU(@Param("vendUU") Long vendUU);
|
|
public long countByVendUU(@Param("vendUU") Long vendUU);
|
|
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
|
+ * 查询单据是否存在
|
|
|
|
|
+ *
|
|
|
|
|
+ * @param enuu
|
|
|
|
|
+ * @param sourceId
|
|
|
|
|
+ * @return
|
|
|
|
|
+ */
|
|
|
|
|
+ public PurchaseInquiryItem findByVendUUAndSourceId(Long enuu, Long sourceId);
|
|
|
}
|
|
}
|