update
This commit is contained in:
parent
52f5d3533f
commit
7d192d0056
@ -3,6 +3,7 @@
|
||||
namespace app\adminapi\controller\statistics;
|
||||
|
||||
use app\adminapi\controller\BaseAdminController;
|
||||
use app\common\model\bid\BidBiddingDecision;
|
||||
use app\common\model\custom\Custom;
|
||||
use app\common\model\custom\CustomerDemand;
|
||||
use app\common\model\custom\CustomerDemandSolution;
|
||||
@ -10,7 +11,6 @@
|
||||
use app\common\model\project\Project;
|
||||
use app\common\model\project\ProjectEstimate;
|
||||
use app\common\model\project\ProjectFollowUp;
|
||||
use app\common\model\project\ProjectInsuranceManagement;
|
||||
use app\common\model\project\ProjectTypeSet;
|
||||
use think\response\Json;
|
||||
|
||||
@ -79,6 +79,8 @@
|
||||
|
||||
//投标统计
|
||||
public function bidding() {
|
||||
|
||||
//投标决策
|
||||
$decision = BidBiddingDecision::field('id')->count();
|
||||
halt($decision);
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user