From e7c3ff19f5abea1f1510503b46f99c6ad3870410 Mon Sep 17 00:00:00 2001
From: chenjiahe <763432473@qq.com>
Date: 星期五, 19 八月 2022 18:28:46 +0800
Subject: [PATCH] 判断excel文件

---
 src/main/java/com/hx/common/dao/CommonDao.java |   35 +++++++++++++++++++++++++++--------
 1 files changed, 27 insertions(+), 8 deletions(-)

diff --git a/src/main/java/com/hx/common/dao/CommonDao.java b/src/main/java/com/hx/common/dao/CommonDao.java
index 44f7419..ddc43e8 100644
--- a/src/main/java/com/hx/common/dao/CommonDao.java
+++ b/src/main/java/com/hx/common/dao/CommonDao.java
@@ -1,5 +1,4 @@
 package com.hx.common.dao;
-import com.hx.mybatisTool.SqlParam;
 import com.hx.mybatisTool.SqlSentence;
 
 import java.io.Serializable;
@@ -23,10 +22,17 @@
 
 	/**鏌ヨ鏉℃暟
 	 * @param mapperClass mapper绫�
-	 * @param sqlParam  鏌ヨ鍙傛暟绫�
+	 * @param sqlSentence  鏌ヨ鍙傛暟绫�
 	 * @return 杩斿洖鏉℃暟
 	 */
-	<T extends Serializable> int selectCount(Class<?> mapperClass, SqlParam sqlParam);
+	<T extends Serializable> int selectCount(Class<?> mapperClass, SqlSentence sqlSentence);
+
+	/**鏌ヨ鏉℃暟
+	 * @param mapperClass mapper绫�
+	 * @param sqlSentence  鏌ヨ鍙傛暟绫�
+	 * @return 杩斿洖鏉℃暟
+	 */
+	<T extends Serializable> int selectCountSql(Class<?> mapperClass, SqlSentence sqlSentence);
 
 	/**鏌ヨ鍒楄〃锛岃繑鍥炲疄浣撶被鐨凩ist
 	 * @param mapperClass mapper绫�
@@ -72,10 +78,10 @@
 
 	/**鏇存柊锛岃繑鍥炴洿鏂版暟閲�
 	 * @param mapperClass mapper绫�
-	 * @param sqlParam 鏌ヨ鍙傛暟绫�
+	 * @param sqlSentence 鏌ヨ鍙傛暟绫�
 	 * @return 杩斿洖鏉℃暟
 	 */
-	<T extends Serializable> int updateWhere(Class<?> mapperClass, SqlParam sqlParam);
+	<T extends Serializable> int updateWhere(Class<?> mapperClass, SqlSentence sqlSentence);
 
 	/**鏇存柊锛岃繑鍥炴洿鏂版暟閲�
 	 * @param mapperClass mapper绫�
@@ -86,10 +92,10 @@
 
 	/**鍒犻櫎锛岃繑鍥炲垹闄ゆ暟閲�
 	 * @param mapperClass mapper绫�
-	 * @param sqlParam 鏌ヨ鍙傛暟绫�
+	 * @param sqlSentence 鏌ヨ鍙傛暟绫�
 	 * @return 杩斿洖鏉℃暟
 	 */
-	<T extends Serializable> int deleteWhere(Class<?> mapperClass, SqlParam sqlParam);
+	<T extends Serializable> int deleteWhere(Class<?> mapperClass, SqlSentence sqlSentence);
 
 	/**鍒犻櫎锛岃繑鍥炲垹闄ゆ暟閲�
 	 * @param mapperClass mapper绫�
@@ -97,5 +103,18 @@
 	 * @return 杩斿洖鏉℃暟
 	 */
 	<T extends Serializable> int deleteById(Class<?> mapperClass, Object object);
-	
+
+	/**鏇存柊sql璇彞锛堝叏璇彞锛�
+	 * @param sqlSentence 鏌ヨ鍙傛暟绫�
+	 * @return 杩斿洖鏉℃暟
+	 */
+	<T extends Serializable> int updateSentence( SqlSentence sqlSentence);
+
+	/**鏌ヨ鏉℃暟璇彞锛堝叏璇彞锛�
+	 * @param sqlSentence 鏌ヨ鍙傛暟绫�
+	 * @return 杩斿洖鏉℃暟
+	 */
+	<T extends Serializable> int selectCountSql( SqlSentence sqlSentence);
+
+
 }
\ No newline at end of file

--
Gitblit v1.8.0