配置修改

This commit is contained in:
2026-04-17 19:00:48 +08:00
parent 2ccd6787e7
commit f3f9c1533c
3 changed files with 66 additions and 1 deletions

View File

@ -112,7 +112,7 @@ class DistributionLogic extends Logic
{
Db::startTrans();
try {
$user_msg = User::where('id', $user_id)->find();
// $user_msg = User::where('id', $user_id)->find();
$time = time();
$data = [
'user_id' => $user_id,