fix: 资源中文说明、补全打手日统计写入、今日榜仅读日统计表
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -2502,7 +2502,7 @@ from rest_framework import status
|
||||
|
||||
from yonghu.models import UserMain, UserShangjia, UserDashou
|
||||
|
||||
from houtai.utils import update_shangjia_daily
|
||||
from houtai.utils import update_shangjia_daily, update_dashou_daily_by_action
|
||||
|
||||
|
||||
# 导入 Celery 广播任务
|
||||
@@ -3071,7 +3071,7 @@ from dingdan.models import Dingdan, DingdanShangjia, PreSettlement
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
from houtai.utils import update_shangjia_daily
|
||||
from houtai.utils import update_shangjia_daily, update_dashou_daily_by_action
|
||||
class ShangjiaJiesuanView(APIView):
|
||||
"""商家结单接口(支持跨平台订单)"""
|
||||
permission_classes = [permissions.IsAuthenticated]
|
||||
|
||||
Reference in New Issue
Block a user