|
@@ -270,17 +270,17 @@ public class AutoAuditBakTest extends BaseTest {
|
|
|
listName[11] = "operIp";
|
|
|
listName[12] = "operLocation";
|
|
|
listName[13] = "operParam";
|
|
|
- listName[14] = "jsonResult";
|
|
|
- listName[15] = "status";
|
|
|
- listName[16] = "errorMsg";
|
|
|
- listName[17] = "operTime";
|
|
|
- listName[18] = "costTime";
|
|
|
- listName[19] = "delFlag";
|
|
|
- listName[20] = "createBy";
|
|
|
- listName[21] = "createTime";
|
|
|
- listName[22] = "updateBy";
|
|
|
- listName[23] = "updateTime";
|
|
|
- listName[24] = "remark";
|
|
|
+// listName[14] = "jsonResult";
|
|
|
+ listName[14] = "status";
|
|
|
+ listName[15] = "errorMsg";
|
|
|
+ listName[16] = "operTime";
|
|
|
+ listName[17] = "costTime";
|
|
|
+ listName[18] = "delFlag";
|
|
|
+ listName[19] = "createBy";
|
|
|
+ listName[20] = "createTime";
|
|
|
+ listName[21] = "updateBy";
|
|
|
+ listName[22] = "updateTime";
|
|
|
+ listName[23] = "remark";
|
|
|
//获取String[]类型的数据至result中
|
|
|
List<String> result = new ArrayList<>();
|
|
|
String listNameStr = "";
|
|
@@ -312,17 +312,17 @@ public class AutoAuditBakTest extends BaseTest {
|
|
|
listValue[11] = String.valueOf(sysOperLog.getOperIp());
|
|
|
listValue[12] = String.valueOf(sysOperLog.getOperLocation());
|
|
|
listValue[13] = String.valueOf(sysOperLog.getOperParam());
|
|
|
- listValue[14] = String.valueOf(sysOperLog.getJsonResult());
|
|
|
- listValue[15] = String.valueOf(sysOperLog.getStatus());
|
|
|
- listValue[16] = String.valueOf(sysOperLog.getErrorMsg());
|
|
|
- listValue[17] = String.valueOf(DateUtil.format(sysOperLog.getOperTime(),"yyyy-MM-dd HH:mm:ss"));
|
|
|
- listValue[18] = String.valueOf(sysOperLog.getCostTime());
|
|
|
- listValue[19] = String.valueOf(sysOperLog.getDelFlag());
|
|
|
- listValue[20] = String.valueOf(sysOperLog.getCreateBy());
|
|
|
- listValue[21] = String.valueOf(DateUtil.format(sysOperLog.getCreateTime(),"yyyy-MM-dd HH:mm:ss"));
|
|
|
- listValue[22] = String.valueOf(sysOperLog.getUpdateBy());
|
|
|
- listValue[23] = String.valueOf(DateUtil.format(sysOperLog.getUpdateTime(),"yyyy-MM-dd HH:mm:ss"));
|
|
|
- listValue[24] = String.valueOf(sysOperLog.getRemark());
|
|
|
+// listValue[14] = String.valueOf(sysOperLog.getJsonResult());
|
|
|
+ listValue[14] = String.valueOf(sysOperLog.getStatus());
|
|
|
+ listValue[15] = String.valueOf(sysOperLog.getErrorMsg());
|
|
|
+ listValue[16] = String.valueOf(DateUtil.format(sysOperLog.getOperTime(),"yyyy-MM-dd HH:mm:ss"));
|
|
|
+ listValue[17] = String.valueOf(sysOperLog.getCostTime());
|
|
|
+ listValue[18] = String.valueOf(sysOperLog.getDelFlag());
|
|
|
+ listValue[19] = String.valueOf(sysOperLog.getCreateBy());
|
|
|
+ listValue[20] = String.valueOf(DateUtil.format(sysOperLog.getCreateTime(),"yyyy-MM-dd HH:mm:ss"));
|
|
|
+ listValue[21] = String.valueOf(sysOperLog.getUpdateBy());
|
|
|
+ listValue[22] = String.valueOf(DateUtil.format(sysOperLog.getUpdateTime(),"yyyy-MM-dd HH:mm:ss"));
|
|
|
+ listValue[23] = String.valueOf(sysOperLog.getRemark());
|
|
|
|
|
|
String listValueStr = "";
|
|
|
for (int k=0;k<listValue.length;k++){
|
|
@@ -352,4 +352,4 @@ public class AutoAuditBakTest extends BaseTest {
|
|
|
}
|
|
|
log.info("结束操作日志备份");
|
|
|
}
|
|
|
-}
|
|
|
+}
|