|
|
@ -221,8 +221,12 @@ public class ConfirmServiceImpl extends ServiceImpl<ConfirmDao, TDxHttpLog> impl |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} catch (Exception e) { |
|
|
|
} catch (Exception e) { |
|
|
|
tDxHttpLog.setStatus("2"); |
|
|
|
try { |
|
|
|
confirmDao.insert(tDxHttpLog); |
|
|
|
tDxHttpLog.setStatus("2"); |
|
|
|
|
|
|
|
confirmDao.insert(tDxHttpLog); |
|
|
|
|
|
|
|
}catch (Exception exception){ |
|
|
|
|
|
|
|
exception.printStackTrace(); |
|
|
|
|
|
|
|
} |
|
|
|
e.printStackTrace(); |
|
|
|
e.printStackTrace(); |
|
|
|
throw new Exception(e); |
|
|
|
throw new Exception(e); |
|
|
|
} |
|
|
|
} |
|
|
|