|
@@ -41,22 +41,23 @@ public interface WInventoryTransactionTaskDao extends BaseMapper<WInventoryTrans
|
|
|
long count(WInventoryTransactionTask wInventoryTransactionTask);
|
|
|
|
|
|
|
|
|
- /**
|
|
|
- * 批量新增数据(MyBatis原生foreach方法)
|
|
|
- *
|
|
|
- * @param entities List<WInventoryTransactionTask> 实例对象列表
|
|
|
- * @return 影响行数
|
|
|
- */
|
|
|
- int insertBatch(@Param("entities") List<WInventoryTransactionTask> entities);
|
|
|
-
|
|
|
- /**
|
|
|
- * 批量新增或按主键更新数据(MyBatis原生foreach方法)
|
|
|
- *
|
|
|
- * @param entities List<WInventoryTransactionTask> 实例对象列表
|
|
|
- * @return 影响行数
|
|
|
- * @throws org.springframework.jdbc.BadSqlGrammarException 入参是空List的时候会抛SQL语句错误的异常,请自行校验入参
|
|
|
- */
|
|
|
- int insertOrUpdateBatch(@Param("entities") List<WInventoryTransactionTask> entities);
|
|
|
+ //todo 无xml对应方法进行隐藏
|
|
|
+// /**
|
|
|
+// * 批量新增数据(MyBatis原生foreach方法)
|
|
|
+// *
|
|
|
+// * @param entities List<WInventoryTransactionTask> 实例对象列表
|
|
|
+// * @return 影响行数
|
|
|
+// */
|
|
|
+// int insertBatch(@Param("entities") List<WInventoryTransactionTask> entities);
|
|
|
+//
|
|
|
+// /**
|
|
|
+// * 批量新增或按主键更新数据(MyBatis原生foreach方法)
|
|
|
+// *
|
|
|
+// * @param entities List<WInventoryTransactionTask> 实例对象列表
|
|
|
+// * @return 影响行数
|
|
|
+// * @throws org.springframework.jdbc.BadSqlGrammarException 入参是空List的时候会抛SQL语句错误的异常,请自行校验入参
|
|
|
+// */
|
|
|
+// int insertOrUpdateBatch(@Param("entities") List<WInventoryTransactionTask> entities);
|
|
|
|
|
|
/**
|
|
|
* 修改数据
|