优化日志

This commit is contained in:
季圣华
2020-06-18 00:21:48 +08:00
parent 60e95d4069
commit a0e61fa8eb

View File

@@ -233,9 +233,6 @@ public class DepotHeadService {
}catch(Exception e){ }catch(Exception e){
JshException.writeFail(logger, e); JshException.writeFail(logger, e);
} }
logService.insertLog("单据",
new StringBuffer(BusinessConstants.LOG_OPERATION_TYPE_EDIT).append(depotHeadIDs).toString(),
((ServletRequestAttributes) RequestContextHolder.getRequestAttributes()).getRequest());
return result; return result;
} }
/** /**