|
@@ -162,8 +162,8 @@ public class Guiji_Base_Service {
|
|
|
tuLog.setDeptId(tuInterfaceinfo.getDeptId());
|
|
|
tuLog.setDeptName(tuInterfaceinfo.getDeptName());
|
|
|
tuLogMapper.insertTULog(tuLog);
|
|
|
- TUInterfaceCrashLog crashLog = new TUInterfaceCrashLog();
|
|
|
- BeanUtils.copyProperties(tuLog, crashLog);
|
|
|
- crashLogMapper.insertTUInterfaceCrashLog(crashLog);
|
|
|
+// TUInterfaceCrashLog crashLog = new TUInterfaceCrashLog();
|
|
|
+// BeanUtils.copyProperties(tuLog, crashLog);
|
|
|
+// crashLogMapper.insertTUInterfaceCrashLog(crashLog);
|
|
|
}
|
|
|
}
|