|
@@ -5,7 +5,7 @@ namespace app\admin\controller\commission;
|
|
use app\common\controller\Backend;
|
|
use app\common\controller\Backend;
|
|
use app\common\model\commission\Apply as ApplyModel;
|
|
use app\common\model\commission\Apply as ApplyModel;
|
|
use app\common\model\commission\Identity as IdentityModel;
|
|
use app\common\model\commission\Identity as IdentityModel;
|
|
-use app\common\Service\commission\AgentApply as AgentApplyService;
|
|
|
|
|
|
+use app\common\Service\Commission\AgentApply as AgentApplyService;
|
|
use think\Db;
|
|
use think\Db;
|
|
use think\Exception;
|
|
use think\Exception;
|
|
|
|
|