|
@@ -196,7 +196,7 @@ public class ArchiveOfflineVersionInfoServiceImpl extends BaseServiceImpl<Archiv
|
|
pstm.setInt(10, file.getIsDeleted());
|
|
pstm.setInt(10, file.getIsDeleted());
|
|
pstm.setLong(11, file.getArchiveId() == null ? -1 : file.getArchiveId());
|
|
pstm.setLong(11, file.getArchiveId() == null ? -1 : file.getArchiveId());
|
|
pstm.setString(12, new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(file.getCreateTime()));
|
|
pstm.setString(12, new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(file.getCreateTime()));
|
|
- pstm.setString(12, file.getDutyUser());
|
|
|
|
|
|
+ pstm.setString(13, file.getDutyUser());
|
|
//添加批处理
|
|
//添加批处理
|
|
pstm.addBatch();
|
|
pstm.addBatch();
|
|
if (i % 1000 == 0) {
|
|
if (i % 1000 == 0) {
|