|
|
@@ -22,6 +22,7 @@ use app\services\product\category\StoreProductCategoryServices;
|
|
|
use app\services\product\product\StoreProductServices;
|
|
|
use app\services\other\ExpressServices;
|
|
|
use app\services\other\SystemCityServices;
|
|
|
+use app\services\supplier\finance\SupplierFlowingWaterServices;
|
|
|
use app\services\system\attachment\SystemAttachmentServices;
|
|
|
use app\services\system\config\SystemConfigServices;
|
|
|
use app\services\store\SystemStoreServices;
|
|
|
@@ -75,7 +76,7 @@ class PublicController extends BaseController
|
|
|
// }
|
|
|
// app()->make(IntegralJob::class)->autoExtract($service->getPrice());
|
|
|
// return app('json')->successful('ok');
|
|
|
- var_dump(WithdrawService::init()::contractInfo(310296));
|
|
|
+ var_dump(app()->make(SupplierFlowingWaterServices::class)->setSupplierFinance(294, 1));
|
|
|
}
|
|
|
|
|
|
/**
|