Jelajahi Sumber

首页未对账单数据的更新

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@8070 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
hejq 9 tahun lalu
induk
melakukan
2795cbc642

+ 7 - 0
src/main/java/com/uas/platform/b2b/service/PurchaseApCheckService.java

@@ -127,4 +127,11 @@ public interface PurchaseApCheckService {
 	 * @return
 	 */
 	public List<PurchaseApCheckItem> findBySourceTableAndSourceId(String sourceTable, Long sourceId);
+
+	/**
+	 * 待处理的对账单
+	 * 
+	 * @return
+	 */
+	public long getCountByenUUAndStatus();
 }