mirror of
https://gitee.com/hzchunfen/erp.git
synced 2025-11-30 22:20:45 +00:00
feat: #10000 日志记录优化
This commit is contained in:
parent
c2375772cf
commit
1eb979c6a2
@ -152,6 +152,9 @@ abstract class BusinessClient
|
||||
if ($size < 64000) {
|
||||
$log->message = json_encode($res, 256);
|
||||
}
|
||||
if ('pdd.ktt.goods.incr.quantity' === $params['type']) {
|
||||
$log->message .= json_encode($params, 256);
|
||||
}
|
||||
$log->save();
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user