mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-10-31 10:18:42 +08:00 
			
		
		
		
	fix: insertOrUpdate死循环问题
This commit is contained in:
		| @@ -185,10 +185,6 @@ public interface BaseMapperX<T> extends MPJBaseMapper<T> { | ||||
|         return Db.updateBatchById(entities, size); | ||||
|     } | ||||
|  | ||||
|     default boolean insertOrUpdate(T entity) { | ||||
|         return Db.saveOrUpdate(entity); | ||||
|     } | ||||
|  | ||||
|     default Boolean insertOrUpdateBatch(Collection<T> collection) { | ||||
|         return Db.saveOrUpdateBatch(collection); | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 brook
					brook