wugg 1 year ago
parent
commit
381a9d20f8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/admin/controller/ExecStat.php

+ 2 - 2
app/admin/controller/ExecStat.php

@@ -115,8 +115,8 @@ class ExecStat extends \app\admin\BaseController{
 			["action"=>"S","name"=>'项目部新政策提成业绩'],
 			["action"=>"T","name"=>'新媒体回款明细'],
 			["action"=>"U","name"=>'项目部旧政策回款明细'],
-			["action"=>"V","name"=>'客服项目部退货明细'],
-			["action"=>"Q","name"=>'客服项目部销售业绩明细'],
+			["action"=>"V","name"=>'退货订单明细'],
+			["action"=>"Q","name"=>'销售订单明细'],
 			];
 		return app_show(0,"获取成功",$ation);
 	}