| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490 |
- <?php
- namespace common\models\forms;
- use common\helpers\Cache;
- use common\helpers\Date;
- use common\components\Model;
- use common\helpers\Form;
- use common\helpers\LoggerTool;
- use common\helpers\PayStack;
- use common\helpers\Tool;
- use common\helpers\user\Balance;
- use common\helpers\user\Cash;
- use common\helpers\user\Info;
- use common\libs\logging\operate\AdminOperate;
- use common\models\AmpPeriod;
- use common\models\Countries;
- use common\models\CurrencyConversions;
- use common\models\DealType;
- use common\models\FreeTemplate;
- use common\models\Instalment;
- use common\models\Order;
- use common\models\OrderGoods;
- use common\models\Period;
- use common\models\ReceiveAddress;
- use common\models\Region;
- use common\models\ShopGoods;
- use common\models\ShopGoodsNature;
- use common\models\User;
- use common\models\UserNetwork;
- use common\models\RemainPv;
- use common\models\FlowRemainPv;
- use common\models\UserPerformance;
- use Yii;
- use yii\base\Exception;
- /**
- * Login form
- */
- class OrderForm extends Model
- {
- public $sn;
- public $expressCompany;
- public $orderTrackNo;
- public $status;
- public $remark;
- public $type;
- public $addressId;
- public $payType;
- public $goodsId;
- public $goodsNum;
- public $payPassword;
- public $email;
- public $exchangeRate;
- public $period;
- public $userName;
- public $decUserName;
- public $consignee;
- public $acceptMobile;
- public $province;
- public $city;
- public $lgaName;
- public $cityName;
- public $county;
- public $autoMaintenance;
- public $detailaddress;
- private $_address;
- private $_decAmount;
- private $_decPv;
- private $_freight;
- private $_payAmount;
- private $_orderGoods;
- private $_standardAmount;
- private $_decAmountStandard;
- private $_remainPv;
- private $_realPv;
- /**
- * @var Order
- */
- private $_model;
- public function init() {
- parent::init();
- $this->adminOperateLogger = new AdminOperate([
- 'fetchClass' => Order::class,
- ]);
- }
- /**
- * @inheritdoc
- */
- public function rules()
- {
- return [
- [['sn', 'expressCompany', 'orderTrackNo', 'status', 'remark','type','addressId','payType','goodsId','goodsNum', 'payPassword','userName','consignee','acceptMobile','province'/*,'city','county'*/,'cityName','lgaName','detailaddress','email','decUserName'], 'trim'],
- [['sn', 'expressCompany', 'orderTrackNo', 'status', 'remark','type','addressId','payType','goodsId','goodsNum', 'payPassword','consignee','acceptMobile','province','city','county','detailaddress'/*,'email'*/,'decUserName'], 'required'],
- [['status'], 'isStatus'],
- [['addressId'], 'isAddress'],
- [['payType'], 'isPayType'],
- [['payPassword'], 'validatePassword'],
- ];
- }
- public function attributeLabels()
- {
- return [
- 'sn' => Yii::t('app', 'orderSn'),
- 'expressCompany' => Yii::t('app', 'expressCompany'),
- 'orderTrackNo' => Yii::t('app', 'orderTrackNo'),
- 'status' => Yii::t('app', 'state'),
- 'remark' => Yii::t('app', 'remark'),
- 'type' => Yii::t('app', 'orderType'),
- 'addressId' => Yii::t('app', 'shippingAddress'),
- 'payType' => Yii::t('app', 'payType'),
- 'goodsId' => Yii::t('app', 'productID'),
- 'goodsNum' => Yii::t('app', 'quantity'),
- 'userName' => Yii::t('app', 'repeatSalesMemberNo'),
- 'consignee' => Yii::t('app', 'consignee'),
- 'acceptMobile' => Yii::t('app', 'acceptMobile'),
- 'province' => Yii::t('app', 'province'),
- 'city' => Yii::t('app', 'city'),
- 'county' => Yii::t('app', 'county'),
- 'lgaName' =>Yii::t('app', 'lgaName'),
- 'cityName' => Yii::t('app', 'cityName'),
- 'detailaddress' => Yii::t('app', 'detailAddress'),
- 'email' => Yii::t('app', 'email'),
- 'decUserName' => Yii::t('app', 'decUserName'),
- ];
- }
- /**
- * 指定校验场景
- * @return array
- */
- public function scenarios()
- {
- $parentScenarios = parent::scenarios();
- $customScenarios = [
- // 管理员发货
- 'adminDelivery' => ['sn', 'expressCompany', 'orderTrackNo'],
- // 会员确认收货
- 'userConfirm' => ['sn', 'expressCompany', 'orderTrackNo'],
- // 管理员修改订单状态
- 'adminStatus' => ['sn', 'status'],
- // 管理员修改备注
- 'adminRemark' => ['sn', 'remark'],
- // 会员下单
- 'userOrder' => ['type','addressId', 'payType','goodsId','goodsNum', 'remark', 'payPassword', 'period'],
- // 帮会员复消下单
- 'reconsumeOrder' => ['type','userName', 'payType','goodsId','goodsNum', 'remark', 'payPassword','consignee','acceptMobile','province','cityName','lgaName','detailaddress','decUserName'],
- // 管理员退款
- 'adminRefund' => ['sn'],
- // AMP
- 'autoMaintenanceOrder' => ['type', 'userName', 'payType', 'goodsId', 'goodsNum', 'remark', 'payPassword', 'consignee', 'acceptMobile', 'province', 'cityName', 'lgaName', 'detailaddress', 'decUserName'],
- ];
- return array_merge($parentScenarios, $customScenarios);
- }
- /**
- * 校验之前
- * @return bool
- */
- public function beforeValidate()
- {
- $parentValidate = parent::beforeValidate();
- if ($this->sn) {
- $this->_model = Order::findOne(['SN'=>$this->sn]);
- if (!$this->_model){
- $this->addError('sn', Yii::t('app', 'orderDoesNotExist'));
- return false;
- }
- }
- if ($this->scenario == 'adminDelivery'){
- if($this->_model['STATUS'] == \Yii::$app->params['orderStatus']['cancel']) {
- $this->addError('sn', Yii::t('app', 'orderHasBeenCancelCanNotDeliver'));
- return false;
- }
- if($this->_model['STATUS'] == \Yii::$app->params['orderStatus']['del']) {
- $this->addError('sn', Yii::t('app', 'orderHasBeenDeleteCanNotDeliver'));
- return false;
- }
- }
- if ($this->scenario == 'adminRefund'){
- if ($this->_model['STATUS'] != \Yii::$app->params['orderStatus']['paid']['value']) {
- $this->addError('sn', Yii::t('app', 'orderPayStatusDoesNotSupportRefund'));
- return false;
- }
- if ($this->_model['DELIVERY_STATUS'] != \Yii::$app->params['deliveryStatus']['notDelivery']['value']) {
- $this->addError('sn', Yii::t('app', 'orderLogisticsStatusDoesNotSupportRefund'));
- return false;
- }
- if ($this->_model['PAY_TYPE'] != 'pay_stack') {
- $this->addError('sn', Yii::t('app', 'orderPayTypeDoesNotSupportRefund'));
- return false;
- }
- if (!$this->_model['REMARK']) {
- $this->addError('sn', Yii::t('app', 'paymentInfoDoesNotExists'));
- return false;
- }
- }
- return $parentValidate;
- }
- /**
- * 校验支付密码
- * @param $attribute
- * @param $params
- */
- public function validatePassword($attribute, $params) {
- if (!User::validatePayPassword(\Yii::$app->user->id, $this->payPassword)) {
- $this->addError($attribute, Yii::t('app', 'paymentPasswordError'));
- }
- }
- /**
- * 判断收货地址是否存在
- * @param $attribute
- */
- public function isAddress($attribute){
- if (!$receiveAddress = ReceiveAddress::find()->where(' ID=:ID', [':ID' => $this->addressId])->asArray()->one()) {
- $this->addError($attribute, Yii::t('app', 'shippingDoesNotExist'));
- } else {
- $this->_address = $receiveAddress;
- }
- }
- /**
- * 判断支付方式
- * @param $attribute
- * @throws Exception
- */
- public function isPayType($attribute){
- if(!array_key_exists($this->payType, ShopGoods::payTypes())){
- $this->addError($attribute, Yii::t('app', 'payTypeError'));
- return;
- }
- // 一个订单只能包含一类商品
- $goods = ShopGoods::find()->select('ID,CATEGORY_TYPE')->where(['in', 'ID', $this->goodsId])->andWhere(['STATUS' => 1])->asArray()->all();
- if (!$goods) {
- throw new Exception(Yii::t('app', 'productsDoesSoldOut'));
- return;
- }
- $goodsCategoryType = array_unique(array_column($goods, 'CATEGORY_TYPE'));
- if (count($goodsCategoryType) > 1) {
- $this->addError($attribute, Yii::t('app', 'orderCanNotHasMoreClassification'));
- return;
- }
- // 购买方式
- $sellTypeLabelMap = array_column(ShopGoods::getSaleType(), NULL, 'label');
- if (!array_key_exists($this->payType, $sellTypeLabelMap)) {
- $this->addError($attribute, Yii::t('app', 'payTypeError'));
- return;
- }
- // 所选支付方式必须是商品分类支持的类型
- $categoryType = array_column(ShopGoods::CATEGORY_TYPE, NULL, 'id');
- // 商品类型
- $currCategoryType = $goodsCategoryType[0];
- if (!array_key_exists($currCategoryType, $categoryType)) {
- $this->addError($attribute, Yii::t('app', 'shopGoodClassificationError'));
- return;
- }
- $sellType = $categoryType[$currCategoryType]['sell_type'] ?? [];
- if (!$sellType || !in_array($this->payType, array_column($sellType, 'label'))) {
- $this->addError($attribute, Yii::t('app', 'payTypeError'));
- return;
- }
- }
- /**
- * 校验类型
- * @param $attribute
- */
- public function isStatus($attribute){
- if(!in_array($this->type, \Yii::$app->params['orderStatus'])){
- $this->addError($attribute, Yii::t('app', 'orderStatusTypeError'));
- return ;
- }
- if ($this->scenario == 'adminStatus'){
- if ($this->status == $this->_model['STATUS']) {
- $this->addError($attribute, Yii::t('app', 'orderStatusDoesNotChange'));
- return ;
- }
- if($this->status == \Yii::$app->params['orderStatus']['notPaid'] && $this->_model['STATUS'] >= \Yii::$app->params['orderStatus']['delivery']) {
- $this->addError($attribute, Yii::t('app', 'orderHasBeenLogisticsStatusDoesNotChangedUnpaid'));
- return ;
- }
- elseif($this->status == \Yii::$app->params['orderStatus']['paid'] && $this->_model['STATUS'] >= \Yii::$app->params['orderStatus']['cancel']) {
- $this->addError($attribute, Yii::t('app', 'orderHasBeenInvalidCanNotProcess'));
- return ;
- }
- elseif($this->status == \Yii::$app->params['orderStatus']['delivery']) {
- $this->addError($attribute, Yii::t('app', 'orderCanNotBeenChangedLogistics'));
- return ;
- }
- elseif($this->status == \Yii::$app->params['orderStatus']['complete'] && $this->_model['STATUS'] > \Yii::$app->params['orderStatus']['cancel']) {
- $this->addError($attribute, Yii::t('app', 'orderHasBeenInvalidCanNotProcess'));
- return ;
- }
- elseif($this->status == \Yii::$app->params['orderStatus']['cancel']) {
- if($this->_model['STATUS'] == \Yii::$app->params['orderStatus']['complete']) {
- $this->addError($attribute, Yii::t('app', 'orderHasBeenFinishedCanNotCancel'));
- return ;
- }
- if($this->_model['STATUS'] == \Yii::$app->params['orderStatus']['del']) {
- $this->addError($attribute, Yii::t('app', 'orderHasBeenDeletedCanNotCancel'));
- return ;
- }
- }
- elseif($this->status == \Yii::$app->params['orderStatus']['del']) {
- if($this->_model['STATUS'] == \Yii::$app->params['orderStatus']['complete']) {
- $this->addError($attribute, Yii::t('app', 'orderHasBeenFinishedCanNotDelete'));
- return ;
- }
- }
- }
- }
- /**
- * 管理员发货
- * @return Order|null
- * @throws \yii\db\Exception
- */
- public function adminDelivery(){
- if(!$this->validate()){
- return null;
- }
- $db = \Yii::$app->db;
- $transaction = $db->beginTransaction();
- try {
- $period = Period::instance();
- $this->_model->DELIVERY_STATUS = \Yii::$app->params['deliveryStatus']['delivered']['value'];
- $this->_model->DELIVERY_PERIOD = $period->getNowPeriodNum();
- $this->_model->DELIVERY_AT = Date::nowTime();
- $this->_model->EXPRESS_COMPANY = $this->expressCompany;
- $this->_model->ORDER_TRACK_NO = $this->orderTrackNo;
- $this->_model->STATUS = \Yii::$app->params['orderStatus']['delivery']['value'];
- if(!$this->_model->save()){
- throw new Exception(Form::formatErrorsForApi($this->_model->getErrors()));
- }
- $transaction->commit();
- } catch (Exception $e) {
- $transaction->rollBack();
- $this->addError('edit', $e->getMessage());
- return null;
- }
- return $this->_model;
- }
- /**
- * 校验支付
- * @return Order|null
- * @throws Exception
- */
- public function verifyPayStack(): ?Order
- {
- if(!$this->validate()){
- return null;
- }
- // 调用PayStack支付校验
- $payload = PayStack::transactionVerify($this->remark['reference']);
- if ($payload['status'] !== true) {
- throw new Exception(Form::formatErrorsForApi($payload['message']));
- }
- if ($payload['data']['amount'] != $this->_model->PAY_AMOUNT * 100) {
- throw new Exception(Form::formatErrorsForApi(Yii::t('app', 'payAmountNotEqualOrderAmount')));
- }
- $db = \Yii::$app->db;
- $transaction = $db->beginTransaction();
- try {
- $this->_model->STATUS = \Yii::$app->params['orderStatus']['paid']['value'];
- $this->_model->REMARK = json_encode($this->remark);
- $this->_model->PAY_AT = Date::nowTime();
- if (!$this->_model->save()) {
- throw new Exception(Form::formatErrorsForApi($this->_model->getErrors()));
- }
- $transaction->commit();
- } catch (Exception $e) {
- $transaction->rollBack();
- $this->addError('edit', $e->getMessage());
- return null;
- }
- return $this->_model;
- }
- /**
- * 订单退款
- * @return Order|null
- * @throws Exception
- */
- public function adminRefund()
- {
- if(!$this->validate()){
- return null;
- }
- // 支付信息存在于remark中
- $remark = $this->_model->REMARK ? json_decode($this->_model->REMARK, true) : [];
- $reference = $remark['reference'] ?? '';
- if (!$reference) {
- throw new Exception(Form::formatErrorsForApi(Yii::t('app', 'paymentInfoDoesNotExists')));
- }
- // 退款金额. 订单支付金额 * 100
- $amount = $this->_model->PAY_AMOUNT * 100;
- // 调用PayStack支付校验
- $payload = PayStack::transactionRefund($reference, $amount);
- if ($payload['status'] !== true) {
- throw new Exception(Form::formatErrorsForApi($payload['message']));
- }
- $db = \Yii::$app->db;
- $transaction = $db->beginTransaction();
- try {
- $this->_model->STATUS = \Yii::$app->params['orderStatus']['refund']['value'];
- $this->_model->REMARK = json_encode([
- 'payment' => $remark,
- 'refund' => $payload['data']
- ]
- );
- if (!$this->_model->save()) {
- throw new Exception(Form::formatErrorsForApi($this->_model->getErrors()));
- }
- $transaction->commit();
- } catch (Exception $e) {
- $transaction->rollBack();
- $this->addError('edit', $e->getMessage());
- return null;
- }
- return $this->_model;
- }
- /**
- * BV分期
- *
- *
- */
- private function _pvSplit($oPv){
- $sysConfig = Cache::getSystemConfig();
- $mesureUpCondition = $sysConfig['monthPcsPvFxCondition']['VALUE'];
- if($oPv>$mesureUpCondition){
- $currentPv = $oPv % $mesureUpCondition + $mesureUpCondition;
- $remainPv = $oPv - $currentPv;
- }else{
- $currentPv = $oPv;
- $remainPv = 0;
- }
- return [
- 'current' => $currentPv,
- 'remain' => $remainPv
- ];
- }
- /**
- * 复销
- * @throws Exception
- * @throws \yii\db\Exception
- */
- public function add(){
- if(!$this->validate()){
- return null;
- }
- $ids = $this->goodsId;
- $totalAmount = 0;
- $totalPv = 0;
- $totalRealPv = 0;
- $totalAmountStandard = 0;
- $goodsType = ShopGoods::getGoodType();
- $this->_remainPv = 0;
- $hasInstalment = 0;
- $loginUserId = \Yii::$app->user->id;
- $user = User::getEnCodeInfo(\Yii::$app->user->id);
- foreach ($this->goodsNum as $k => $v) {
- if ($v) {
- $goods = ShopGoods::findOneAsArray('ID=:ID AND STATUS=1',[':ID'=> $ids[$k]]);
- if (!$goods) {
- throw new Exception(Yii::t('app', 'productsDoesSoldOut'));
- }
- $goodsNature = ShopGoodsNature::findOneAsArray('GOODS_ID=:GOODS_ID AND COUNTRY_ID=:COUNTRY_ID',
- [':GOODS_ID' => $ids[$k], ':COUNTRY_ID' => $user['COUNTRY_ID']]);
- if (!$goodsNature) {
- throw new Exception(Yii::t('app', 'productsDoesSoldOut'));
- }
- // 汇率
- $this->exchangeRate = CurrencyConversions::getToUSDRate($goodsNature['LOCAL_CURRENCY_ID']);
- if($goods['STORE_NUMS']>0){
- if ($goods['TYPE'] == 1 || $goods['TYPE'] == 2) {
- $discount = $goodsType[$goods['TYPE']]['discount'];
- $realPrice = $goodsNature['SELL_PRICE'] * $discount/100;
- $realPv = $goods['PRICE_PV'] * $discount/100;
- $realPriceStandard = $goods['SELL_PRICE_STANDARD'] * $discount/100;
- } else {
- $discount = $goods['SELL_DISCOUNT'];
- $realPrice = $goodsNature['SELL_PRICE'] * $discount;
- $realPv = $goods['PRICE_PV'] * $discount;
- $realPriceStandard = $goods['SELL_PRICE_STANDARD'] * $discount;
- }
- if($goods['PV_SPLIT']==1){ // 当商品为PV分期时
- $pvSplit = $this->_pvSplit($realPv);
- $currentPv = $pvSplit['current'];
- $remainPv = $pvSplit['remain'];
- $totalPv += $currentPv * intval($v);
- $totalRealPv += $realPv * intval($v);
- $this->_remainPv += $remainPv * intval($v);
- }else{
- $currentPv = $goods['PRICE_PV'];
- $totalPv += $realPv * intval($v);
- $totalRealPv += $realPv * intval($v);
- $remainPv = 0;
- $this->_remainPv += 0;
- }
- $totalAmount += $realPrice * intval($v);
- $totalAmountStandard += $realPriceStandard * intval($v);
- // if($this->payType=='cash') {
- // $discount = $goodsType[$goods['TYPE']]['discount'];
- // $realPrice = $goods['SELL_PRICE'] * $discount/100;
- // $realPv = $goods['PRICE_PV'] * $discount/100;
- // $totalAmount += $realPrice * intval($v);
- // $totalPv += $realPv * intval($v);
- // }else{
- // $realPrice = $goods['SELL_PRICE'];
- // $realPv = $goods['PRICE_PV'];
- // $totalAmount += $realPrice * intval($v);
- // $totalPv += $realPv * intval($v);
- // }
- $this->_orderGoods[] = [
- 'GOODS_ID' => $goods['ID'],
- 'PRICE' => $goodsNature['SELL_PRICE'],
- 'PV' => $currentPv, // $goods['PRICE_PV'],
- 'REAL_PRICE' => $realPrice,
- 'REAL_PV' => $this->payType == 'prp' ? 0 : $realPv,
- 'REMAIN_PV' => $remainPv,
- 'POINT' => $goods['POINT'],
- 'BUY_NUMS' => intval($v),
- 'SKU_CODE' => $goods['GOODS_NO'],
- 'GOODS_TITLE' => $goods['GOODS_NAME'],
- 'CATEGORY_TYPE' => $goods['CATEGORY_TYPE'],
- 'PAY_TYPE' => $this->payType,
- 'EMAIL' => $this->email,
- 'STANDARD_PRICE' => $goods['SELL_PRICE_STANDARD'],
- 'REAL_STANDARD_PRICE' => $realPriceStandard,
- 'EXCHANGE_RATE' => $this->exchangeRate,
- 'TAX_RATE' => $goodsNature['TAX_RATE'],
- ];
- }
- if($goods['INSTALMENT']>0){ // 如果有分期付款商品,检查用户的分期付款状态
- if($v>1){ // 不可以购买多个
- throw new Exception(Yii::t('app', 'allowOnlyOne'));
- }
- $userStage = Instalment::getStage($loginUserId);
- $userInstalmentInfo = Instalment::getInfo($loginUserId);
- // 分期的总期数
- $instalment = intval(Cache::getSystemConfig()['instalment']['VALUE'] ?? 3);
- // 分期商品的期数不能大于总分期数限制
- if (intval($goods['INSTALMENT']) > $instalment) {
- throw new Exception(Yii::t('app', 'instalmentGoodsNoError'));
- }
- if ($userStage != $instalment){
- if ($userInstalmentInfo){
- if($userInstalmentInfo['STAGE']>0 && $userInstalmentInfo['ORDER_TYPE']!='FX'){
- throw new Exception(Yii::t('app', 'canNotBuy'));
- }
- }
- if ($userStage + 1 != $goods['INSTALMENT']){ // 若用户分期阶段+1不等于商品的分期阶段,则报异常
- throw new Exception(Yii::t('app', 'canNotBuy'));
- }
- if ($userStage + 1 > $instalment){ // 若用户分期阶段+1大于总分期阶段,则报异常
- throw new Exception(Yii::t('app', 'canNotBuy'));
- }
- } else {
- if ($goods['INSTALMENT'] != 1) {
- throw new Exception(Yii::t('app', 'canNotBuy'));
- }
- }
- $hasInstalment = $goods['INSTALMENT'];
- }
- }
- }
- // 运费模板
- $freeTemplate = FreeTemplate::getByCountryId($user['COUNTRY_ID']);
- // 运费
- $freight = $freeTemplate['freight'] ?? 0;
- // 普通商品免运费阈值
- $freeShipping = $freeTemplate['free_shipping'] ?? 0;
- $this->_decAmount = $totalAmount;
- $this->_decPv = $totalPv;
- $this->_realPv = $totalRealPv;
- $this->_freight = ($totalAmount >= $freeShipping) ? 0 : $freight;
- if($this->_address['PROVINCE']==1){
- $this->_freight = 0;
- }
- $this->_payAmount = $this->_decAmount + $this->_freight;
- $this->_decAmountStandard = $totalAmountStandard;
- $this->_standardAmount = $this->_decAmountStandard + $this->_freight;
- $db = \Yii::$app->db;
- $transaction = $db->beginTransaction();
- try {
- //判断用户余额是否充足
- $result = $this->getBalanceAdequate($this->payType, $this->_payAmount);
- if ($result['code'] !== 200) {
- throw new Exception($result['message']);
- }
- /**
- * 2022-04-28
- * York
- * 支付后减少库存
- */
- foreach ($this->goodsNum as $k => $v){
- if ($v){
- $goods = ShopGoods::findOneAsArray('ID=:ID AND STATUS=1',[':ID'=> $ids[$k]]);
- if (!$goods) {
- throw new Exception(Yii::t('app', 'productsDoesSoldOut'));
- }
- if ($goods['STORE_NUMS'] >= $this->goodsNum[$k]){
- $data = ShopGoods::find()->where(['ID' => $ids[$k]])->one();
- $goods_store_nums = $data->STORE_NUMS - $this->goodsNum[$k];
- $data->STORE_NUMS = $goods_store_nums;
- $data->update();
- //下单后库存小于等于0 商品下架
- if($goods_store_nums <= 0){
- $data->STATUS = 0;
- $data->UPDATED_AT = Date::nowTime();
- $data->update();
- }
- }else{
- throw new Exception($goods['GOODS_NAME'] . Yii::t('app', 'insufficientInventory'));
- }
- }
- }
- //写入订单
- if (!$orderResult = $this->addOrder()) {
- throw new Exception(Form::formatErrorsForApi($orderResult->getErrors()));
- }
- if ($hasInstalment){ // 如果有分期付款的商品,写入信息至分期付款表
- $instalmentModel = Instalment::findOne(['USER_ID'=>$loginUserId]);
- if(!$instalmentModel) {
- $instalmentModel = new Instalment();
- }
- $instalmentModel->USER_ID = $loginUserId;
- $instalmentModel->STAGE = $hasInstalment;
- $instalmentModel->ORDER_TYPE = 'FX';
- $instalmentModel->UPDATE_TIME = time();
- $instalmentModel->save();
- }
- $transaction->commit();
- return $orderResult;
- }catch (\Exception $e){
- $transaction->rollBack();
- $this->addError('add', $e->getMessage());
- return null;
- }
- }
- /**
- * 判断对应账户余额是否充足.
- * @param $payType string 支付方式.
- * @param $payAmount numeric 支付金额
- * @return array|int[]
- */
- public function getBalanceAdequate(string $payType, $payAmount): array
- {
- $loginUserId = \Yii::$app->user->id;
- if ($payType == 'cash') {
- if (Cash::getAvailableBalance($loginUserId) < $payAmount) {
- return ['code' => 500, 'message' => Yii::t('app', 'cashDoesNotAdequate')];
- }
- } else if ($payType =='exchange') {
- if ($payAmount > Balance::getBalanceExchangePoints($loginUserId)) {
- return ['code' => 500, 'message' => Yii::t('app', 'exchangePointDoesNotAdequate')];
- }
- } else if ($payType == 'prp') {
- if ($payAmount > UserPerformance::getAmounts($loginUserId)) {
- return ['code' => 500, 'message' => Yii::t('app', 'userPerformanceDoesNotAdequate')];
- }
- }
- return ['code' => 200];
- }
- /**
- * 复销订单
- * @throws Exception
- */
- public function addOrder(){
- $periodObj = Period::instance();
- $nowPeriodNum = $this->period ?: $periodObj->getNowPeriodNum();
- $nowCalcMonth = $periodObj->getYearMonth($nowPeriodNum);
- $userId = \Yii::$app->user->id;
- $user = User::getEnCodeInfo(\Yii::$app->user->id);
- $userName = Info::getUserNameByUserId($userId);
- $userRealName = Info::getUserRealNameByUserId($userId);
- $userMobile = Info::getUserMobileByUserId($userId);
- $userEmail = Info::getUserEmailByUserId($userId);
- $country = Countries::getById($user['COUNTRY_ID']);
- // 加入订单信息
- if ($this->_address['PROVINCE'] != 1) {
- $warehouse = Region::getWarehouseByCode($this->_address['PROVINCE']);//仓库
- if (!$warehouse) {
- throw new Exception(Yii::t('app', 'deliveryTemporarilyNotSupported'));
- }
- }else{
- $warehouse = '01';
- }
- $_hasPV = in_array($this->payType, ['exchange', 'tourism_points', 'garage_points']) ? 0 : $this->_decPv;
- $_hasRealPV = in_array($this->payType, ['exchange', 'tourism_points', 'garage_points']) ? 0 : $this->_realPv;
- $ordNo = $this->_generateSn();
- $orderModel = new Order();
- $orderModel->SN = 'OS'.$ordNo;
- $orderModel->DEC_SN = 'DS'.$ordNo;
- $orderModel->ORDER_TYPE = $this->type;
- $orderModel->USER_ID = $userId;
- $orderModel->USER_NAME = $userName;
- $orderModel->DEC_USER_ID = $this->decUserName;;
- $orderModel->ORDER_AMOUNT = $this->_decAmount;
- $orderModel->PV = $_hasPV;
- $orderModel->PAY_AMOUNT = $this->_payAmount;
- $orderModel->PAY_PV = $this->payType == 'prp' ? 0 : $_hasRealPV; // 兑换积分不能算业绩
- $orderModel->REMAIN_PV = $this->payType == 'prp' ? 0 : $this->_remainPv;
- $orderModel->PAY_AT = Date::nowTime();
- $orderModel->PAY_TYPE = $this->payType;
- $orderModel->PERIOD_NUM = $nowPeriodNum;
- $orderModel->P_CALC_MONTH = Date::ociToDate($nowCalcMonth, Date::OCI_TIME_FORMAT_SHORT_MONTH);
- $orderModel->FREIGHT = $this->_freight;
- $orderModel->PAY_FREIGHT = $this->_freight;
- $orderModel->CONSIGNEE = $this->_address['CONSIGNEE'];
- $orderModel->MOBILE = $this->_address['MOBILE'];
- $orderModel->PROVINCE = $this->_address['PROVINCE'];
- // $orderModel->CITY = $this->_address['CITY'];
- // $orderModel->COUNTY = $this->_address['COUNTY'];
- $orderModel->LGA_NAME = $this->_address['LGA_NAME'];
- $orderModel->CITY_NAME = $this->_address['CITY_NAME'];
- $orderModel->ADDRESS = $this->_address['ADDRESS'];
- $orderModel->FRONT_REMARK = $this->remark;
- $orderModel->WAREHOUSE = $warehouse;
- $orderModel->STATUS = \Yii::$app->params['orderStatus']['paid']['value'];
- $orderModel->CREATED_AT = Date::nowTime();
- $orderModel->CREATE_USER = $userName;
- $orderModel->EMAIL = $userEmail ?? '';
- $orderModel->ORDER_AMOUNT_STANDARD = $this->_decAmountStandard;
- $orderModel->PAY_AMOUNT_STANDARD = $this->_standardAmount;
- $orderModel->EXCHANGE_RATE = $this->exchangeRate;
- $orderModel->COUNTRY_ID = $user['COUNTRY_ID'];
- $orderModel->CURRENCY_ID = $country['LOCAL_CURRENCY_ID'] ?? 0;
- if($this->_address['PROVINCE']==1){
- $orderModel->EXPRESS_TYPE = 1;
- $orderModel->CONSIGNEE = $userRealName;
- $orderModel->MOBILE = $userMobile;
- $orderModel->PROVINCE = 1;
- $orderModel->CITY = 1;
- $orderModel->COUNTY = 1;
- $orderModel->LGA_NAME = $this->_address['LGA_NAME'];
- $orderModel->CITY_NAME = $this->_address['CITY_NAME'];
- $orderModel->ADDRESS = 'Self Pick-up';
- }
- if(!$orderModel->save()){
- $this->addErrors($orderModel->getErrors());
- return false;
- }
- // 加入商品到订单商品表
- foreach($this->_orderGoods as $key=>$value){
- // 增加判断,如果订单是兑换券购买,则AR_ORDER_GOODS中的REAL_PV真实PV应该是0
- if (in_array($orderModel->PAY_TYPE, ['exchange', 'tourism_points', 'garage_points'])) {
- $this->_orderGoods[$key]['REAL_PV'] = 0;
- }
- $this->_orderGoods[$key]['ORDER_SN'] = $orderModel->SN;
- $this->_orderGoods[$key]['P_CALC_MONTH'] = Date::ociToDate($nowCalcMonth, Date::OCI_TIME_FORMAT_SHORT_MONTH);
- }
- OrderGoods::batchInsert($this->_orderGoods);
- //扣除会员余额/积分
- if($this->payType=='cash') {
- Cash::changeUserCash(\Yii::$app->user->id, 'CASH', -abs($this->_payAmount), ['REMARK' => 'Members reselling balance payment', 'ORDER_SN' => $orderModel->SN]); // 会员复销余额支付
- } else if ($this->payType=='exchange') {
- Balance::changeUserBonus(\Yii::$app->user->id,'exchange_points', -abs($this->_payAmount),['DEAL_TYPE_ID' => DealType::EXCHANGE_POINTS_EXCHANGE,'REMARK' => '会员兑换积分兑换', 'ORDER_SN' => $orderModel->SN]);
- } else if ($this->payType == 'prp') {
- UserPerformance::changeUserPerformance(\Yii::$app->user->id, $this->_payAmount, $orderModel->SN);
- }
- return $orderModel;
- }
- /**
- * 帮会员复销
- * @return bool|null
- * @throws Exception
- * @throws \yii\db\Exception
- */
- public function reconsumeAdd(){
- if(!$this->validate()){
- return null;
- }
- $ids = $this->goodsId;
- $totalAmount = 0;
- $totalPv = 0;
- $totalRealPv = 0;
- $totalAmountStandard = 0;
- $goodsType = ShopGoods::getGoodType();
- $hasInstalment = 0;
- $userId = Info::getUserIdByUserName($this->userName);
- $user = User::getEnCodeInfo($userId);
- $decUserID = Info::getUserIdByUserName($this->decUserName);
- $stockist_user = User::getEnCodeInfo($decUserID);
- if(!$stockist_user || $stockist_user['IS_DEC'] != 1){
- throw new Exception(Yii::t('app', 'stockistDoesNotExist'));
- }
- // 报单中心汇率
- $decCountryId = User::getEnCodeInfo(\Yii::$app->user->id)['COUNTRY_ID'];
- $decCountry = Countries::getById($decCountryId);
- $decUserCurrencyRate = CurrencyConversions::getToUSDRate($decCountry['LOCAL_CURRENCY_ID']);
- // 会员汇率
- $country = Countries::getById($user['COUNTRY_ID']);
- $currencyRate = CurrencyConversions::getToUSDRate($country['LOCAL_CURRENCY_ID']);
- //判断是否是报单中心
- $loginUser = User::getEnCodeInfo(\Yii::$app->user->id);
- if($loginUser['IS_DEC'] == 1){
- if($decUserID != \Yii::$app->user->id){
- throw new Exception(Yii::t('app', 'decUserNameIsWrong'));
- }
- }
- foreach ($this->goodsNum as $k => $v) {
- if ($v) {
- $goods = ShopGoods::findOneAsArray('ID=:ID AND STATUS=1',[':ID'=> $ids[$k]]);
- if (!$goods) {
- throw new Exception(Yii::t('app', 'productsDoesSoldOut'));
- }
- $goodsNature = ShopGoodsNature::findOneAsArray('GOODS_ID=:GOODS_ID AND COUNTRY_ID=:COUNTRY_ID',
- [':GOODS_ID' => $ids[$k], ':COUNTRY_ID' => $user['COUNTRY_ID']]);
- if (!$goodsNature) {
- throw new Exception(Yii::t('app', 'productsDoesSoldOut'));
- }
- // 汇率
- $this->exchangeRate = CurrencyConversions::getToUSDRate($goodsNature['LOCAL_CURRENCY_ID']);
- if($goods['STORE_NUMS']>0){
- if ($goods['TYPE'] == 1 || $goods['TYPE'] == 2) {
- $discount = $goodsType[$goods['TYPE']]['discount'];
- $realPrice = $goodsNature['SELL_PRICE'] * $discount/100;
- $realPv = $goods['PRICE_PV'] * $discount/100;
- $realPriceStandard = $goods['SELL_PRICE_STANDARD'] * $discount/100;
- } else {
- $discount = $goods['SELL_DISCOUNT'];
- $realPrice = $goodsNature['SELL_PRICE'] * $discount;
- $realPv = $goods['PRICE_PV'] * $discount;
- $realPriceStandard = $goods['SELL_PRICE_STANDARD'] * $discount;
- }
- if($goods['PV_SPLIT']==1){ // 当商品为PV分期时
- $pvSplit = $this->_pvSplit($realPv);
- $currentPv = $pvSplit['current'];
- $remainPv = $pvSplit['remain'];
- $totalPv += $this->payType == 'prp' ? 0 : $currentPv * intval($v);
- $totalRealPv += $this->payType == 'prp' ? 0 : $realPv * intval($v);
- $this->_remainPv += $remainPv * intval($v);
- }else{
- $currentPv = $goods['PRICE_PV'];
- $totalPv += $this->payType == 'prp' ? 0 : $realPv * intval($v);
- $totalRealPv += $this->payType == 'prp' ? 0 : $realPv * intval($v);
- $remainPv = 0;
- $this->_remainPv += 0;
- }
- $totalAmount += $realPrice * intval($v);
- $totalAmountStandard += $realPriceStandard * intval($v);
- $this->_orderGoods[] = [
- 'GOODS_ID' => $goods['ID'],
- 'PRICE' => $goodsNature['SELL_PRICE'],
- 'PV' => $this->payType == 'prp' ? 0 : $currentPv, // $goods['PRICE_PV'],
- 'REAL_PRICE' => $realPrice,
- 'REAL_PV' => $this->payType == 'prp' ? 0 : $realPv,
- 'REMAIN_PV' => $this->payType == 'prp' ? 0 : $remainPv,
- 'POINT' => $goods['POINT'],
- 'BUY_NUMS' => intval($v),
- 'SKU_CODE' => $goods['GOODS_NO'],
- 'GOODS_TITLE' => $goods['GOODS_NAME'],
- 'CATEGORY_TYPE' => $goods['CATEGORY_TYPE'],
- 'PAY_TYPE' => $this->payType,
- 'EMAIL' => $this->email,
- 'STANDARD_PRICE' => $goods['SELL_PRICE_STANDARD'],
- 'REAL_STANDARD_PRICE' => $realPriceStandard,
- 'EXCHANGE_RATE' => $currencyRate,
- 'TAX_RATE' => $goodsNature['TAX_RATE'],
- ];
- }
- if($goods['INSTALMENT']>0){ // 如果有分期付款商品,检查用户的分期付款状态
- if($v>1){ // 不可以购买多个
- throw new Exception(Yii::t('app', 'allowOnlyOne'));
- }
- $userStage = Instalment::getStage($userId);
- $userInstalmentInfo = Instalment::getInfo($userId);
- // 分期的总期数
- $instalment = intval(Cache::getSystemConfig()['instalment']['VALUE'] ?? 3);
- // 分期商品的期数不能大于总分期数限制
- if (intval($goods['INSTALMENT']) > $instalment) {
- throw new Exception(Yii::t('app', 'instalmentGoodsNoError'));
- }
- if ($userStage == $instalment){
- if ($goods['INSTALMENT'] != 1) {
- throw new Exception(Yii::t('app', 'canNotBuy'));
- }
- }else{
- if($userInstalmentInfo){
- if($userInstalmentInfo['STAGE']>0 && $userInstalmentInfo['ORDER_TYPE']!='FX'){
- throw new Exception(Yii::t('app', 'canNotBuy'));
- }
- }
- if($userStage + 1 != $goods['INSTALMENT']){ // 若用户分期阶段+1不等于商品的分期阶段,则报异常
- throw new Exception(Yii::t('app', 'canNotBuy'));
- }
- if ($userStage + 1 > $instalment){ // 若用户分期阶段+1大于总分期阶段,则报异常
- throw new Exception(Yii::t('app', 'canNotBuy'));
- }
- }
- $hasInstalment = $goods['INSTALMENT'];
- }
- }
- }
- // 运费模板
- $freeTemplate = FreeTemplate::getByCountryId($user['COUNTRY_ID']);
- // 运费
- $freight = $freeTemplate['freight'] ?? 0;
- // 普通商品免运费阈值
- $freeShipping = $freeTemplate['free_shipping'] ?? 0;
- $this->_decAmount = $totalAmount;
- $this->_decPv = $this->payType == 'prp' ? 0 : $totalPv;
- $this->_realPv = $this->payType == 'prp' ? 0 : $totalRealPv;
- $this->_freight = ($totalAmount >= $freeShipping) ? 0 : $freight;
- $this->_payAmount = $this->_decAmount + $this->_freight;
- $this->_decAmountStandard = $totalAmountStandard;
- $this->_standardAmount = $this->_decAmountStandard + $this->_freight;
- $db = \Yii::$app->db;
- $transaction = $db->beginTransaction();
- try {
- $loginUserId = \Yii::$app->user->id;
- //是否开启伞下会员限制
- $isResaleUmbrella = Cache::getSystemConfig()['isResaleUmbrella']['VALUE'];
- if($isResaleUmbrella){
- $userId = Info::getUserIdByUserName($this->userName);
- $userNetwork = UserNetwork::find()->where("USER_ID=:USER_ID AND INSTR(PARENT_UIDS,'{$loginUserId}')>0", ['USER_ID'=>$userId])->count();
- if(!$userNetwork){
- throw new Exception($this->userName . Yii::t('app', 'doesNotYourSubMemberCanNotReconsume'));
- }
- }
- if ($this->payType == 'prp') {
- //看余额是否充足
- $decCash = UserPerformance::getAmounts($loginUserId);
- } else {
- //看现金余额是否充足
- $decCash = Cash::getAvailableBalance($loginUserId);
- }
- // 转换后的余额
- $localCash = Tool::convertAmount($decCash, $decUserCurrencyRate, $currencyRate);
- if ($localCash < $this->_decAmount){
- throw new Exception(Yii::t('app', 'applicantPrpShort'), 400);
- }
- foreach ($this->goodsNum as $k => $v){
- if ($v){
- $goods = ShopGoods::findOneAsArray('ID=:ID AND STATUS=1',[':ID'=> $ids[$k]]);
- if (!$goods) {
- throw new Exception(Yii::t('app', 'productsDoesSoldOut'));
- }
- if ($goods['STORE_NUMS'] >= $this->goodsNum[$k]){
- $data = ShopGoods::find()->where(['ID' => $ids[$k]])->one();
- $goods_store_nums = $data->STORE_NUMS - $this->goodsNum[$k];
- $data->STORE_NUMS = $goods_store_nums;
- $data->update();
- //下单后库存小于等于0 商品下架
- if($goods_store_nums <= 0){
- $data->STATUS = 0;
- $data->UPDATED_AT = Date::nowTime();
- $data->update();
- }
- }else{
- throw new Exception($goods['GOODS_NAME'] . Yii::t('app', 'insufficientInventory'));
- }
- }
- }
- //写入订单
- if (!$orderResult = $this->addUserOrder()) {
- throw new Exception(Form::formatErrorsForApi($orderResult->getErrors()));
- }
- if ($hasInstalment){ // 如果有分期付款的商品,写入信息至分期付款表
- $instalmentModel = Instalment::findOne(['USER_ID'=>$userId]);
- if(!$instalmentModel) {
- $instalmentModel = new Instalment();
- }
- $instalmentModel->USER_ID = $userId;
- $instalmentModel->STAGE = $hasInstalment;
- $instalmentModel->ORDER_TYPE = 'FX';
- $instalmentModel->UPDATE_TIME = time();
- $instalmentModel->save();
- }
- $transaction->commit();
- }catch (\Exception $e){
- $transaction->rollBack();
- $this->addError('add', $e->getMessage());
- return null;
- }
- return true;
- }
- /**
- * 帮会员复消的订单
- */
- public function addUserOrder()
- {
- $periodObj = Period::instance();
- $nowPeriodNum = $periodObj->getNowPeriodNum();
- $nowCalcMonth = $periodObj->getYearMonth($nowPeriodNum);
- //帮复消会员Id(登陆会员)
- $loginUserId = \Yii::$app->user->id;
- $loginUserName = Info::getUserNameByUserId($loginUserId);
- //订单会员Id
- $userId = Info::getUserIdByUserName($this->userName);
- $countryId = Info::getUserCountryByUserId($userId);
- $email = Info::getEmailByUserId($this->userName);
- $country = Countries::getById($countryId);
- $warehouse = '01';
- $ordNo = $this->_generateSn();
- $orderModel = new Order();
- $orderModel->SN = 'OS'.$ordNo;
- $orderModel->DEC_SN = 'DS'.$ordNo;
- $orderModel->ORDER_TYPE = $this->type;
- $orderModel->ORDER_CATEGORY = 'STUDIO';
- $orderModel->USER_ID = $userId;
- $orderModel->USER_NAME = $this->userName;
- $orderModel->ORDER_AMOUNT = $this->_decAmount;
- $orderModel->PV = $this->payType == 'prp' ? 0 : $this->_decPv;
- $orderModel->PAY_AMOUNT = $this->_payAmount;
- $orderModel->PAY_PV = $this->payType == 'prp' ? 0 : $this->_decPv;
- $orderModel->PAY_AT = Date::nowTime();
- $orderModel->PAY_TYPE = $this->payType;
- $orderModel->PERIOD_NUM = $nowPeriodNum;
- $orderModel->P_CALC_MONTH = Date::ociToDate($nowCalcMonth, Date::OCI_TIME_FORMAT_SHORT_MONTH);
- $orderModel->FREIGHT = $this->_freight;
- $orderModel->PAY_FREIGHT = $this->_freight;
- $orderModel->CONSIGNEE = $this->consignee;
- $orderModel->MOBILE = $this->acceptMobile;
- $orderModel->PROVINCE = $this->province[0];
- $orderModel->LGA_NAME = $this->lgaName;
- $orderModel->CITY_NAME = $this->cityName;
- $orderModel->ADDRESS = $this->detailaddress;
- $orderModel->FRONT_REMARK = $this->remark;
- $orderModel->WAREHOUSE = $warehouse;
- $orderModel->STATUS = 1;
- $orderModel->CREATED_AT = Date::nowTime();
- $orderModel->CREATE_USER = $loginUserName;
- $orderModel->EMAIL = $email ?? '';
- $orderModel->ORDER_AMOUNT_STANDARD = $this->_decAmountStandard;
- $orderModel->PAY_AMOUNT_STANDARD = $this->_standardAmount;
- $orderModel->EXCHANGE_RATE = $this->exchangeRate;
- $orderModel->COUNTRY_ID = $countryId;
- $orderModel->CURRENCY_ID = $country['LOCAL_CURRENCY_ID'] ?? 0;
- $orderModel->DEC_USER_ID = $this->decUserName;
- $orderModel->AUTO_MAINTENANCE = $this->autoMaintenance ?? 0;
- if(!$orderModel->save()){
- throw new Exception(Form::formatErrorsForApi($orderModel->getErrors()));
- }
- // 加入商品到订单商品表
- foreach($this->_orderGoods as $key=>$value){
- $this->_orderGoods[$key]['ORDER_SN'] = $orderModel->SN;
- $this->_orderGoods[$key]['P_CALC_MONTH'] = Date::ociToDate($nowCalcMonth, Date::OCI_TIME_FORMAT_SHORT_MONTH);
- }
- OrderGoods::batchInsert($this->_orderGoods);
- //扣除会员余额/积分
- if($this->payType=='cash') {
- Cash::changeUserCash($loginUserId, 'CASH', -abs($this->_payAmount), ['REMARK' => Yii::t('app', 'membersResellingBalancePayment')]);
- } else if ($this->payType == 'prp') {
- UserPerformance::changeUserPerformance($loginUserId, $this->_payAmount, $orderModel->SN);
- } else{
- Balance::changeUserBonus($loginUserId,'reconsume_points', -abs($this->_payAmount),['DEAL_TYPE_ID' => DealType::RECONSUME_POINTS_EXCHANGE, 'REMARK' => Yii::t('app', 'membersExchangePointPayment')]);
- }
- if (($this->payType != 'prp') && ($this->autoMaintenance == 1)) {
- $this->orderAutoMaintenance($orderModel);
- }
- return $orderModel;
- }
- /**
- * 生成流水号
- * @return string
- */
- private function _generateSn() {
- return Date::today('Ymd') . $this->_random(10, 1);
- }
- /**
- * 生成随机数
- * @param $length
- * @param int $numeric
- * @return string
- */
- private function _random($length, $numeric = 0) {
- $seed = base_convert(md5(microtime() . $_SERVER['DOCUMENT_ROOT']), 16, $numeric ? 10 : 35);
- $seed = $numeric ? (str_replace('0', '', $seed) . '012340567890') : ($seed . 'zZ' . strtoupper($seed));
- $hash = '';
- $max = strlen($seed) - 1;
- for ($i = 0; $i < $length; $i++) {
- $hash .= $seed[mt_rand(0, $max)];
- }
- return $hash;
- }
- public function addFakeOrder($userId, $periodNum){
- $userName = Info::getUserNameByUserId($userId);
- $sysConfig = Cache::getSystemConfig();
- $mesureUpCondition = $sysConfig['monthPcsPvFxCondition']['VALUE']; // 月达标条件 NG默认30
- $ordNo = $this->_generateSn();
- $orderModel = new Order();
- $orderModel->SN = 'OS'.$ordNo;
- $orderModel->DEC_SN = 'DS'.$ordNo;
- $orderModel->USER_ID = $userId;
- $orderModel->USER_NAME = $userName;
- $orderModel->PERIOD_NUM = $periodNum;
- $orderModel->CREATE_USER = 'AUTO';
- $orderModel->ORDER_TYPE = 'FX';
- $orderModel->STATUS = 1;
- $orderModel->PV = $mesureUpCondition;
- $orderModel->PAY_PV = $mesureUpCondition;
- $orderModel->P_CALC_MONTH = '1970-01-01';
- $orderModel->CREATED_AT = Date::nowTime();
- $orderModel->EXPRESS_TYPE = 1;
- $orderModel->IS_AUTO = 1;
- if(!$orderModel->save()){
- $this->addErrors($orderModel->getErrors());
- return false;
- }
- return $orderModel;
- }
- /**
- * AMP
- * @return bool|null
- * @throws Exception|\Throwable
- */
- public function autoMaintenanceSureOrder()
- {
- if (!$this->validate()) {
- return null;
- }
- $ids = $this->goodsId;
- $totalAmount = 0;
- $totalPv = 0;
- $totalRealPv = 0;
- $totalAmountStandard = 0;
- $this->autoMaintenance = 1;
- $goodsType = ShopGoods::getGoodType();
- $hasInstalment = 0;
- $userId = Info::getUserIdByUserName($this->userName);
- $user = User::getEnCodeInfo($userId);
- $decUserID = Info::getUserIdByUserName($this->decUserName);
- $stockist_user = User::getEnCodeInfo($decUserID);
- if(!$stockist_user || $stockist_user['IS_DEC'] != 1){
- throw new Exception(Yii::t('app', 'stockistDoesNotExist'));
- }
- // 报单中心汇率
- $decCountryId = User::getEnCodeInfo(\Yii::$app->user->id)['COUNTRY_ID'];
- $decCountry = Countries::getById($decCountryId);
- $decUserCurrencyRate = CurrencyConversions::getToUSDRate($decCountry['LOCAL_CURRENCY_ID']);
- // 会员汇率
- $country = Countries::getById($user['COUNTRY_ID']);
- $currencyRate = CurrencyConversions::getToUSDRate($country['LOCAL_CURRENCY_ID']);
- // 判断是否是报单中心
- $loginUser = User::getEnCodeInfo(\Yii::$app->user->id);
- if ($loginUser['IS_DEC'] == 1){
- if($decUserID != \Yii::$app->user->id){
- throw new Exception(Yii::t('app', 'decUserNameIsWrong'));
- }
- }
- if ($this->payType == 'prp') {
- throw new Exception(Yii::t('app', 'payTypeError'));
- }
- foreach ($this->goodsNum as $k => $v) {
- if ($v) {
- $goods = ShopGoods::findOneAsArray('ID=:ID AND STATUS=1 AND AUTO_MAINTENANCE=1',[':ID'=> $ids[$k]]);
- if (!$goods) {
- throw new Exception(Yii::t('app', 'productsDoesSoldOut'));
- }
- $goodsNature = ShopGoodsNature::findOneAsArray('GOODS_ID=:GOODS_ID AND COUNTRY_ID=:COUNTRY_ID',
- [':GOODS_ID' => $ids[$k], ':COUNTRY_ID' => $user['COUNTRY_ID']]);
- if (!$goodsNature) {
- throw new Exception(Yii::t('app', 'productsDoesSoldOut'));
- }
- $this->exchangeRate = CurrencyConversions::getToUSDRate($goodsNature['LOCAL_CURRENCY_ID']);
- if($goods['STORE_NUMS']>0){
- if ($goods['TYPE'] == 1 || $goods['TYPE'] == 2) {
- $discount = $goodsType[$goods['TYPE']]['discount'];
- $realPrice = $goodsNature['SELL_PRICE'] * $discount/100;
- $realPv = $goods['PRICE_PV'] * $discount/100;
- $realPriceStandard = $goods['SELL_PRICE_STANDARD'] * $discount/100;
- } else {
- $discount = $goods['SELL_DISCOUNT'];
- $realPrice = $goodsNature['SELL_PRICE'] * $discount;
- $realPv = $goods['PRICE_PV'] * $discount;
- $realPriceStandard = $goods['SELL_PRICE_STANDARD'] * $discount;
- }
- $currentPv = $goods['PRICE_PV'];
- $totalPv += $realPv * intval($v);
- $totalRealPv += $realPv * intval($v);
- $remainPv = 0;
- $this->_remainPv += 0;
- $totalAmount += $realPrice * intval($v);
- $totalAmountStandard += $realPriceStandard * intval($v);
- $this->_orderGoods[] = [
- 'GOODS_ID' => $goods['ID'],
- 'PRICE' => $goodsNature['SELL_PRICE'],
- 'PV' => $currentPv,
- 'REAL_PRICE' => $realPrice,
- 'REAL_PV' => $realPv,
- 'REMAIN_PV' => $remainPv,
- 'POINT' => $goods['POINT'],
- 'BUY_NUMS' => intval($v),
- 'SKU_CODE' => $goods['GOODS_NO'],
- 'GOODS_TITLE' => $goods['GOODS_NAME'],
- 'CATEGORY_TYPE' => $goods['CATEGORY_TYPE'],
- 'PAY_TYPE' => $this->payType,
- 'EMAIL' => $this->email,
- 'STANDARD_PRICE' => $goods['SELL_PRICE_STANDARD'],
- 'REAL_STANDARD_PRICE' => $realPriceStandard,
- 'EXCHANGE_RATE' => $currencyRate,
- 'TAX_RATE' => $goodsNature['TAX_RATE'],
- ];
- }
- if($goods['INSTALMENT']>0){
- if ($v > 1) {
- throw new Exception(Yii::t('app', 'allowOnlyOne'));
- }
- $userStage = Instalment::getStage($userId);
- $userInstalmentInfo = Instalment::getInfo($userId);
- // 分期的总期数
- $instalment = intval(Cache::getSystemConfig()['instalment']['VALUE'] ?? 3);
- // 分期商品的期数不能大于总分期数限制
- if (intval($goods['INSTALMENT']) > $instalment) {
- throw new Exception(Yii::t('app', 'instalmentGoodsNoError'));
- }
- if ($userStage == $instalment){
- if ($goods['INSTALMENT'] != 1) {
- throw new Exception(Yii::t('app', 'canNotBuy'));
- }
- }else{
- if($userInstalmentInfo){
- if($userInstalmentInfo['STAGE']>0 && $userInstalmentInfo['ORDER_TYPE']!='FX'){
- throw new Exception(Yii::t('app', 'canNotBuy'));
- }
- }
- if($userStage + 1 != $goods['INSTALMENT']){ // 若用户分期阶段+1不等于商品的分期阶段,则报异常
- throw new Exception(Yii::t('app', 'canNotBuy'));
- }
- if ($userStage + 1 > $instalment){ // 若用户分期阶段+1大于总分期阶段,则报异常
- throw new Exception(Yii::t('app', 'canNotBuy'));
- }
- }
- $hasInstalment = $goods['INSTALMENT'];
- }
- }
- }
- $sysConfig = Cache::getSystemConfig();
- $ampDivideLine = (int)$sysConfig['ampBVCondition']['VALUE'];
- if ($totalPv < $ampDivideLine) {
- throw new Exception(Yii::t('app', 'ampOrderSubStandard', ['ampBv' => $ampDivideLine]));
- }
- // 运费模板
- $freeTemplate = FreeTemplate::getByCountryId($user['COUNTRY_ID']);
- // 运费
- $freight = $freeTemplate['freight'] ?? 0;
- // 普通商品免运费阈值
- $freeShipping = $freeTemplate['free_shipping'] ?? 0;
- $this->_decAmount = $totalAmount;
- $this->_decPv = $totalPv;
- $this->_realPv = $totalRealPv;
- $this->_freight = ($totalAmount >= $freeShipping) ? 0 : $freight;
- $this->_payAmount = $this->_decAmount + $this->_freight;
- $this->_decAmountStandard = $totalAmountStandard;
- $this->_standardAmount = $this->_decAmountStandard + $this->_freight;
- $db = \Yii::$app->db;
- $transaction = $db->beginTransaction();
- try {
- $loginUserId = \Yii::$app->user->id;
- //是否开启伞下会员限制
- $isResaleUmbrella = Cache::getSystemConfig()['isResaleUmbrella']['VALUE'];
- if($isResaleUmbrella){
- $userId = Info::getUserIdByUserName($this->userName);
- $userNetwork = UserNetwork::find()->where("USER_ID=:USER_ID AND INSTR(PARENT_UIDS,'{$loginUserId}')>0", ['USER_ID'=>$userId])->count();
- if(!$userNetwork){
- throw new Exception($this->userName . Yii::t('app', 'doesNotYourSubMemberCanNotReconsume'));
- }
- }
- $decCash = Cash::getAvailableBalance($loginUserId);
- // 转换后的余额
- $localCash = Tool::convertAmount($decCash, $decUserCurrencyRate, $currencyRate);
- if ($localCash < $this->_decAmount){
- throw new Exception(Yii::t('app', 'applicantPrpShort'), 400);
- }
- foreach ($this->goodsNum as $k => $v){
- if ($v){
- $goods = ShopGoods::findOneAsArray('ID=:ID AND STATUS=1',[':ID'=> $ids[$k]]);
- if (!$goods) {
- throw new Exception(Yii::t('app', 'productsDoesSoldOut'));
- }
- if ($goods['STORE_NUMS'] >= $this->goodsNum[$k]){
- $data = ShopGoods::find()->where(['ID' => $ids[$k]])->one();
- $goods_store_nums = $data->STORE_NUMS - $this->goodsNum[$k];
- $data->STORE_NUMS = $goods_store_nums;
- $data->update();
- //下单后库存小于等于0 商品下架
- if($goods_store_nums <= 0){
- $data->STATUS = 0;
- $data->UPDATED_AT = Date::nowTime();
- $data->update();
- }
- }else{
- throw new Exception($goods['GOODS_NAME'] . Yii::t('app', 'insufficientInventory'));
- }
- }
- }
- //写入订单
- if (!$orderResult = $this->addUserOrder()) {
- throw new Exception(Form::formatErrorsForApi($orderResult->getErrors()));
- }
- if ($hasInstalment){ // 如果有分期付款的商品,写入信息至分期付款表
- $instalmentModel = Instalment::findOne(['USER_ID'=>$userId]);
- if(!$instalmentModel) {
- $instalmentModel = new Instalment();
- }
- $instalmentModel->USER_ID = $userId;
- $instalmentModel->STAGE = $hasInstalment;
- $instalmentModel->ORDER_TYPE = 'FX';
- $instalmentModel->UPDATE_TIME = time();
- $instalmentModel->save();
- }
- $transaction->commit();
- }catch (\Exception $e){
- $transaction->rollBack();
- $this->addError('add', $e->getMessage());
- return null;
- }
- return true;
- }
- private function orderAutoMaintenance($order)
- {
- $nowPeriodNum = Period::instance()->getNowPeriodNum();
- try {
- $sysConfig = Cache::getSystemConfig();
- $divideLine = (float)$sysConfig['monthPcsPvFxCondition']['VALUE'];
- $orderTotalBv = $order->PV;
- if ($orderTotalBv <= $divideLine) {
- return;
- }
- $lastAmpPeriod = AmpPeriod::find()
- ->where(['USER_ID' => $order->USER_ID])
- ->orderBy(['PERIOD_NUM' => SORT_DESC])
- ->one();
- $startPeriodNum = $lastAmpPeriod ? $lastAmpPeriod->PERIOD_NUM + 1 : $nowPeriodNum;
- if (!$lastAmpPeriod) {
- $memberOrderBv = Order::find()
- ->select('SUM(PV) AS total_pv')
- ->where([
- 'USER_ID' => $order->USER_ID,
- 'IS_DELETE' => 0,
- 'PERIOD_NUM' => $nowPeriodNum
- ])
- ->andWhere(['!=', 'SN', $order->SN])
- ->scalar();
- if ($memberOrderBv >= $divideLine) {
- $startPeriodNum = $nowPeriodNum + 1;
- }
- LoggerTool::notice([
- $lastAmpPeriod, $startPeriodNum, $divideLine, $memberOrderBv, $nowPeriodNum
- ]);
- }
- $periodCount = floor($orderTotalBv / $divideLine);
- $remainderBv = $orderTotalBv % $divideLine;
- $ampPeriods = [];
- for ($i = 1; $i <= $periodCount; $i++) {
- $currentBv = $i < $periodCount ? $divideLine : ($divideLine + $remainderBv);
- $ampPeriods[] = [
- 'USER_ID' => $order->USER_ID,
- 'ORDER_SN' => $order->SN,
- 'PERIOD_NUM' => $startPeriodNum,
- 'BV' => $currentBv,
- ];
- $startPeriodNum++;
- }
- if (!empty($ampPeriods)) {
- AmpPeriod::batchInsert($ampPeriods);
- }
- } catch (\Exception $e) {
- // 记录日志或进行错误处理
- \Yii::error('Order auto maintenance failed: ' . $e->getMessage());
- }
- }
- }
|