Commit 4034ddff by 杨树贤

补充日志

parent b3385304
Showing with 4 additions and 0 deletions
......@@ -61,6 +61,10 @@ class SupplierAuditService
if ($approvalStatus == 1) { // 通过
if ($billInfo['approval_status'] == AuditCenterService::APPROVAL_STATUS_FINISH) {
$this->auditPass($supplierId);
} else {
//这里要记录一次审核日志
$logService = new LogService();
$logService->AddLog($billInfo['source_id'], LogModel::UPDATE_OPERATE, '审核供应商', '审核通过');
}
} else { // 拒绝
if ($billInfo['approval_status'] == AuditCenterService::APPROVAL_STATUS_REFUSE) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment