1.缺失信息提交

This commit is contained in:
2025-05-12 09:29:54 +08:00
parent 014260c997
commit 63559e11c3

View File

@ -23,7 +23,7 @@ namespace app\api\logic;
use app\common\logic\AccountLogLogic;
use app\common\model\{AccountLog, AfterSale, DistributionOrder, NoticeSetting, Order, User};
use app\common\service\{AreaServer, ConfigServer, UrlServer};
use think\Db;
use think\facade\Db;
use think\Exception;
use think\facade\Hook;