StoreOrder.php 118 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519
  1. <?php
  2. /**
  3. *
  4. * @author: xaboy<365615158@qq.com>
  5. * @day: 2017/12/20
  6. */
  7. namespace app\models\store;
  8. use app\admin\model\system\ShippingTemplatesFree;
  9. use app\admin\model\system\ShippingTemplatesRegion;
  10. use app\admin\model\system\SystemConfig;
  11. use app\models\system\MonthAwardLog;
  12. use app\models\tree\TreeRecommend;
  13. use crmeb\basic\BaseModel;
  14. use think\db\exception\DataNotFoundException;
  15. use think\db\exception\DbException;
  16. use think\db\exception\ModelNotFoundException;
  17. use think\Exception;
  18. use think\facade\Cache;
  19. use crmeb\traits\ModelTrait;
  20. use think\facade\Log;
  21. use app\models\system\SystemStore;
  22. use app\models\routine\RoutineTemplate;
  23. use app\models\user\{Achievement, User, UserAddress, UserBill, UserLevel, UserSpread, WechatUser};
  24. use crmeb\services\{MiniProgramService,
  25. SystemConfigService,
  26. WechatService,
  27. WechatTemplateService,
  28. workerman\ChannelService
  29. };
  30. use crmeb\repositories\{
  31. GoodsRepository, PaymentRepositories, OrderRepository, ShortLetterRepositories, UserRepository
  32. };
  33. use app\admin\model\system\ShippingTemplates;
  34. /**
  35. * TODO 订单Model
  36. * Class StoreOrder
  37. * @package app\models\store
  38. */
  39. class StoreOrder extends BaseModel
  40. {
  41. /**
  42. * 数据表主键
  43. * @var string
  44. */
  45. protected $pk = 'id';
  46. /**
  47. * 模型名称
  48. * @var string
  49. */
  50. protected $name = 'store_order';
  51. use ModelTrait;
  52. protected $insert = ['add_time'];
  53. protected static $payType = ['cash' => '现金支付', 'weixin' => '微信支付', 'yue' => '余额支付', 'offline' => '线下支付', 'pink_integral' => '拼团积分支付'];
  54. protected static $deliveryType = ['send' => '商家配送', 'express' => '快递配送'];
  55. protected function setAddTimeAttr()
  56. {
  57. return time();
  58. }
  59. protected function setCartIdAttr($value)
  60. {
  61. return is_array($value) ? json_encode($value) : $value;
  62. }
  63. protected function getCartIdAttr($value)
  64. {
  65. return json_decode($value, true);
  66. }
  67. /**获取订单组信息
  68. * @param $cartInfo
  69. * @return array
  70. */
  71. public static function getOrderPriceGroup($cartInfo, $addr)
  72. {
  73. $storeFreePostage = floatval(sys_config('store_free_postage')) ?: 0;//满额包邮
  74. $totalPrice = self::getOrderSumPrice($cartInfo, 'truePrice');//获取订单总金额
  75. $costPrice = self::getOrderSumPrice($cartInfo, 'costPrice');//获取订单成本价
  76. $vipPrice = self::getOrderSumPrice($cartInfo, 'vip_truePrice');//获取订单会员优惠金额
  77. //如果满额包邮等于0
  78. if (!$storeFreePostage) {
  79. $storePostage = 0;
  80. } else {
  81. if ($addr) {
  82. //按照运费模板计算每个运费模板下商品的件数/重量/体积以及总金额 按照首重倒序排列
  83. $temp_num = [];
  84. foreach ($cartInfo as $cart) {
  85. $temp = ShippingTemplates::get($cart['productInfo']['temp_id']);
  86. if (!$temp) $temp = ShippingTemplates::get(1);
  87. if ($temp->getData('type') == 1) {
  88. $num = $cart['cart_num'];
  89. } elseif ($temp->getData('type') == 2) {
  90. $num = $cart['cart_num'] * $cart['productInfo']['attrInfo']['weight'];
  91. } else {
  92. $num = $cart['cart_num'] * $cart['productInfo']['attrInfo']['volume'];
  93. }
  94. $region = ShippingTemplatesRegion::where('temp_id', $cart['productInfo']['temp_id'])->where('city_id', $addr['city_id'])->find();
  95. if (!$region) $region = ShippingTemplatesRegion::where('temp_id', $cart['productInfo']['temp_id'])->where('city_id', 0)->find();
  96. if (!$region) $region = ShippingTemplatesRegion::where('temp_id', 1)->where('city_id', 0)->find();
  97. if (!$region) {
  98. return self::setErrorInfo('运费模板不存在');
  99. }
  100. if (!isset($temp_num[$cart['productInfo']['temp_id']])) {
  101. $temp_num[$cart['productInfo']['temp_id']]['number'] = $num;
  102. $temp_num[$cart['productInfo']['temp_id']]['price'] = bcmul($cart['cart_num'], $cart['truePrice'], 2);
  103. $temp_num[$cart['productInfo']['temp_id']]['first'] = $region['first'];
  104. $temp_num[$cart['productInfo']['temp_id']]['first_price'] = $region['first_price'];
  105. $temp_num[$cart['productInfo']['temp_id']]['continue'] = $region['continue'];
  106. $temp_num[$cart['productInfo']['temp_id']]['continue_price'] = $region['continue_price'];
  107. $temp_num[$cart['productInfo']['temp_id']]['temp_id'] = $cart['productInfo']['temp_id'];
  108. $temp_num[$cart['productInfo']['temp_id']]['city_id'] = $addr['city_id'];
  109. } else {
  110. $temp_num[$cart['productInfo']['temp_id']]['number'] += $num;
  111. $temp_num[$cart['productInfo']['temp_id']]['price'] += bcmul($cart['cart_num'], $cart['truePrice'], 2);
  112. }
  113. }
  114. array_multisort(array_column($temp_num, 'first_price'), SORT_DESC, $temp_num);
  115. $type = $storePostage = 0;
  116. foreach ($temp_num as $k => $v) {
  117. if (ShippingTemplatesFree::where('temp_id', $v['temp_id'])->where('city_id', $v['city_id'])->where('number', '<=', $v['number'])->where('price', '<=', $v['price'])->find()) {
  118. unset($temp_num[$k]);
  119. }
  120. }
  121. foreach ($temp_num as $v) {
  122. if ($type == 0) {
  123. if ($v['number'] <= $v['first']) {
  124. $storePostage = bcadd($storePostage, $v['first_price'], 2);
  125. } else {
  126. if ($v['continue'] <= 0) {
  127. $storePostage = $storePostage;
  128. } else {
  129. $storePostage = bcadd(bcadd($storePostage, $v['first_price'], 2), bcmul(ceil(bcdiv(bcsub($v['number'], $v['first']), $v['continue'] ?? 0, 2)), $v['continue_price']), 2);
  130. }
  131. }
  132. $type = 1;
  133. } else {
  134. if ($v['continue'] <= 0) {
  135. $storePostage = $storePostage;
  136. } else {
  137. $storePostage = bcadd($storePostage, bcmul(ceil(bcdiv($v['number'], $v['continue'] ?? 0, 2)), $v['continue_price']), 2);
  138. }
  139. }
  140. }
  141. } else {
  142. $storePostage = 0;
  143. }
  144. if ($storeFreePostage <= $totalPrice) $storePostage = 0;//如果总价大于等于满额包邮 邮费等于0
  145. }
  146. return compact('storePostage', 'storeFreePostage', 'totalPrice', 'costPrice', 'vipPrice');
  147. }
  148. /**获取某个字段总金额
  149. * @param $cartInfo
  150. * @param $key 键名
  151. * @return int|string
  152. */
  153. public static function getOrderSumPrice($cartInfo, $key = 'truePrice')
  154. {
  155. $SumPrice = 0;
  156. foreach ($cartInfo as $cart) {
  157. $SumPrice = bcadd($SumPrice, bcmul($cart['cart_num'], $cart[$key], 2), 2);
  158. }
  159. return $SumPrice;
  160. }
  161. public static function refundPink($id)
  162. {
  163. $product = StoreOrder::get($id);
  164. if (!$product) return self::setErrorInfo('数据不存在');
  165. if ($product['pay_price'] == $product['refund_price']) return self::setErrorInfo('已退完支付金额!不能再退款了');
  166. $refund_price = bcsub($product['pay_price'], $product['refund_price'], 2);
  167. $data['refund_price'] = $product['pay_price'];
  168. $data['refund_status'] = 2;
  169. $refund_data['pay_price'] = $product['pay_price'];
  170. $refund_data['refund_price'] = $refund_price;
  171. $usermoney = User::where('uid', $product['uid'])->value('pink_integral');
  172. $res1 = User::bcInc($product['uid'], 'pink_integral', $refund_price, 'uid');
  173. $res2 = UserBill::income('拼团退款', $product['uid'], 'pink_integral', 'pink_fail', $refund_price, $product['id'], bcadd($usermoney, $refund_price, 2), '拼团退款到拼团积分' . floatval($refund_price) . '元');
  174. try {
  175. OrderRepository::storeOrderYueRefund($product, $refund_data);
  176. } catch (Exception $e) {
  177. return self::setErrorInfo($e->getMessage());
  178. }
  179. $res = $res1 && $res2;
  180. if (!$res) return self::setErrorInfo('退款失败!');
  181. $resEdit = StoreOrder::edit($data, $id);
  182. if ($resEdit) {
  183. \app\admin\model\order\StoreOrderStatus::setStatus($id, 'refund_price', '退款给用户' . $refund_price . '元');
  184. return true;
  185. } else {
  186. \app\admin\model\order\StoreOrderStatus::setStatus($id, 'refund_price', '退款给用户' . $refund_price . '元失败');
  187. return self::setErrorInfo('修改失败!');
  188. }
  189. }
  190. /**
  191. * 拼团
  192. * @param $cartInfo
  193. * @return array
  194. */
  195. public static function getCombinationOrderPriceGroup($cartInfo)
  196. {
  197. $storePostage = floatval(sys_config('store_postage')) ?: 0;
  198. $storeFreePostage = floatval(sys_config('store_free_postage')) ?: 0;
  199. $totalPrice = self::getCombinationOrderTotalPrice($cartInfo);
  200. $costPrice = self::getCombinationOrderTotalPrice($cartInfo);
  201. if (!$storeFreePostage) {
  202. $storePostage = 0;
  203. } else {
  204. foreach ($cartInfo as $cart) {
  205. if (!StoreCombination::where('id', $cart['combination_id'])->value('is_postage'))
  206. $storePostage = bcadd($storePostage, StoreCombination::where('id', $cart['combination_id'])->value('postage'), 2);
  207. }
  208. if ($storeFreePostage <= $totalPrice) $storePostage = 0;
  209. }
  210. return compact('storePostage', 'storeFreePostage', 'totalPrice', 'costPrice');
  211. }
  212. /**
  213. * 拼团价格
  214. * @param $cartInfo
  215. * @return float
  216. */
  217. public static function getCombinationOrderTotalPrice($cartInfo)
  218. {
  219. $totalPrice = 0;
  220. foreach ($cartInfo as $cart) {
  221. if ($cart['combination_id']) {
  222. $totalPrice = bcadd($totalPrice, bcmul($cart['cart_num'], StoreCombination::where('id', $cart['combination_id'])->value('price'), 2), 2);
  223. }
  224. }
  225. return (float)$totalPrice;
  226. }
  227. /**
  228. * 缓存订单信息
  229. * @param $uid
  230. * @param $cartInfo
  231. * @param $priceGroup
  232. * @param array $other
  233. * @param int $cacheTime
  234. * @return string
  235. * @throws \Psr\SimpleCache\InvalidArgumentException
  236. */
  237. public static function cacheOrderInfo($uid, $cartInfo, $priceGroup, $other = [], $cacheTime = 600)
  238. {
  239. do {
  240. $key = md5(time() . rand(100000, 999999));
  241. } while (Cache::has('user_order_' . $uid . $key));
  242. Cache::set('user_order_' . $uid . $key, compact('cartInfo', 'priceGroup', 'other'), $cacheTime);
  243. return $key;
  244. }
  245. /**
  246. * 获取订单缓存信息
  247. * @param $uid
  248. * @param $key
  249. * @return mixed|null
  250. * @throws \Psr\SimpleCache\InvalidArgumentException
  251. */
  252. public static function getCacheOrderInfo($uid, $key)
  253. {
  254. $cacheName = 'user_order_' . $uid . $key;
  255. if (!Cache::has($cacheName)) return null;
  256. return Cache::get($cacheName);
  257. }
  258. /**
  259. * 删除订单缓存
  260. * @param $uid
  261. * @param $key
  262. */
  263. public static function clearCacheOrderInfo($uid, $key)
  264. {
  265. Cache::delete('user_order_' . $uid . $key);
  266. }
  267. /**
  268. * 生成订单
  269. * @param $uid
  270. * @param $key
  271. * @param $addressId
  272. * @param $payType
  273. * @param bool $useIntegral
  274. * @param int $couponId
  275. * @param string $mark
  276. * @param int $combinationId
  277. * @param int $pinkId
  278. * @param int $seckill_id
  279. * @param int $bargain_id
  280. * @param bool $test
  281. * @param int $isChannel
  282. * @param int $shipping_type
  283. * @param string $real_name
  284. * @param string $phone
  285. * @return StoreOrder|bool|\think\Model
  286. * @throws \think\Exception
  287. * @throws DataNotFoundException
  288. * @throws ModelNotFoundException
  289. * @throws \think\exception\DbException
  290. */
  291. public static function cacheKeyCreateOrder($uid, $key, $addressId, $payType, $useIntegral = false, $couponId = 0, $mark = '', $combinationId = 0, $pinkId = 0, $seckill_id = 0, $bargain_id = 0, $test = false, $isChannel = 0, $shipping_type = 1, $real_name = '', $phone = '', $storeId = 0)
  292. {
  293. self::beginTrans();
  294. try {
  295. $shipping_type = (int)$shipping_type;
  296. $offlinePayStatus = (int)sys_config('offline_pay_status') ?? (int)2;
  297. if ($offlinePayStatus == 2) unset(self::$payType['offline']);
  298. if (!array_key_exists($payType, self::$payType)) return self::setErrorInfo('选择支付方式有误!', true);
  299. if (self::be(['unique' => $key, 'uid' => $uid])) return self::setErrorInfo('请勿重复提交订单', true);
  300. $userInfo = User::getUserInfo($uid);
  301. if (!$userInfo) return self::setErrorInfo('用户不存在!', true);
  302. $cartGroup = self::getCacheOrderInfo($uid, $key);
  303. if (!$cartGroup) return self::setErrorInfo('订单已过期,请刷新当前页面!', true);
  304. $cartInfo = $cartGroup['cartInfo'];
  305. $priceGroup = $cartGroup['priceGroup'];
  306. $other = $cartGroup['other'];
  307. $payPrice = (float)$priceGroup['totalPrice'];
  308. $addr = UserAddress::where('uid', $uid)->where('id', $addressId)->find();
  309. if ($payType == 'offline' && sys_config('offline_postage') == 1) {
  310. $payPostage = 0;
  311. } else {
  312. $payPostage = self::getOrderPriceGroup($cartInfo, $addr)['storePostage'];
  313. }
  314. if ($shipping_type === 1) {
  315. if (!$test && !$addressId) return self::setErrorInfo('请选择收货地址!', true);
  316. if (!$test && (!UserAddress::be(['uid' => $uid, 'id' => $addressId, 'is_del' => 0]) || !($addressInfo = UserAddress::find($addressId))))
  317. return self::setErrorInfo('地址选择有误!', true);
  318. } else {
  319. if ((!$real_name || !$phone) && !$test) return self::setErrorInfo('请填写姓名和电话', true);
  320. $addressInfo['real_name'] = $real_name;
  321. $addressInfo['phone'] = $phone;
  322. $addressInfo['province'] = '';
  323. $addressInfo['city'] = '';
  324. $addressInfo['district'] = '';
  325. $addressInfo['detail'] = '';
  326. }
  327. $cartIds = [];
  328. $totalNum = 0;
  329. $gainIntegral = 0;
  330. foreach ($cartInfo as $cart) {
  331. $cartIds[] = $cart['id'];
  332. $totalNum += $cart['cart_num'];
  333. if (!$seckill_id) $seckill_id = $cart['seckill_id'];
  334. if (!$bargain_id) $bargain_id = $cart['bargain_id'];
  335. if (!$combinationId) $combinationId = $cart['combination_id'];
  336. $cartInfoGainIntegral = isset($cart['productInfo']['give_integral']) ? bcmul($cart['cart_num'], $cart['productInfo']['give_integral'], 2) : 0;
  337. $gainIntegral = bcadd($gainIntegral, $cartInfoGainIntegral, 2);
  338. }
  339. $deduction = $seckill_id || $bargain_id || $combinationId;
  340. if ($deduction) {
  341. $couponId = 0;
  342. $useIntegral = false;
  343. if (!$test) {
  344. unset(self::$payType['offline']);
  345. if (!array_key_exists($payType, self::$payType)) return self::setErrorInfo('营销产品不能使用线下支付!', true);
  346. }
  347. }
  348. //使用优惠劵
  349. $res1 = true;
  350. if ($couponId) {
  351. $couponInfo = StoreCouponUser::validAddressWhere()->where('id', $couponId)->where('uid', $uid)->find();
  352. if (!$couponInfo) return self::setErrorInfo('选择的优惠劵无效!', true);
  353. $coupons = StoreCouponUser::getUsableCouponList($uid, ['valid' => $cartInfo], $payPrice);
  354. $flag = false;
  355. foreach ($coupons as $coupon) {
  356. if ($coupon['id'] == $couponId) {
  357. $flag = true;
  358. continue;
  359. }
  360. }
  361. if (!$flag)
  362. return self::setErrorInfo('不满足优惠劵的使用条件!', true);
  363. $payPrice = (float)bcsub($payPrice, $couponInfo['coupon_price'], 2);
  364. $res1 = StoreCouponUser::useCoupon($couponId);
  365. $couponPrice = $couponInfo['coupon_price'];
  366. } else {
  367. $couponId = 0;
  368. $couponPrice = 0;
  369. }
  370. if (!$res1) return self::setErrorInfo('使用优惠劵失败!', true);
  371. //$shipping_type = 1 快递发货 $shipping_type = 2 门店自提
  372. $store_self_mention = sys_config('store_self_mention') ?? 0;
  373. if (!$store_self_mention) $shipping_type = 1;
  374. if ($shipping_type === 1) {
  375. //是否包邮
  376. if ((isset($other['offlinePostage']) && $other['offlinePostage'] && $payType == 'offline')) $payPostage = 0;
  377. $payPrice = (float)bcadd($payPrice, $payPostage, 2);
  378. } else if ($shipping_type === 2) {
  379. //门店自提没有邮费支付
  380. $priceGroup['storePostage'] = 0;
  381. $payPostage = 0;
  382. if (!$storeId && !$test) {
  383. return self::setErrorInfo('请选择门店', true);
  384. }
  385. }
  386. //积分抵扣
  387. $res2 = true;
  388. $SurplusIntegral = 0;
  389. if ($useIntegral && $userInfo['integral'] > 0) {
  390. $deductionPrice = (float)bcmul($userInfo['integral'], $other['integralRatio'], 2);
  391. if ($deductionPrice < $payPrice) {
  392. $payPrice = bcsub($payPrice, $deductionPrice, 2);
  393. $usedIntegral = $userInfo['integral'];
  394. $SurplusIntegral = 0;
  395. $res2 = false !== User::edit(['integral' => 0], $userInfo['uid'], 'uid');
  396. } else {
  397. $deductionPrice = $payPrice;
  398. $usedIntegral = (float)bcdiv($payPrice, $other['integralRatio'], 2);
  399. $SurplusIntegral = bcsub($userInfo['integral'], $usedIntegral, 2);
  400. $res2 = false !== User::bcDec($userInfo['uid'], 'integral', $usedIntegral, 'uid');
  401. $payPrice = 0;
  402. }
  403. $res2 = $res2 && false != UserBill::expend('积分抵扣', $uid, 'integral', 'deduction', $usedIntegral, $key, $userInfo['integral'], '购买商品使用' . floatval($usedIntegral) . '积分抵扣' . floatval($deductionPrice) . '元');
  404. } else {
  405. $deductionPrice = 0;
  406. $usedIntegral = 0;
  407. }
  408. if (!$res2) return self::setErrorInfo('使用积分抵扣失败!', true);
  409. if ($payPrice <= 0) $payPrice = 0;
  410. if ($test) {
  411. self::rollbackTrans();
  412. return [
  413. 'total_price' => $priceGroup['totalPrice'],
  414. 'pay_price' => $payPrice,
  415. 'pay_postage' => $payPostage,
  416. 'coupon_price' => $couponPrice,
  417. 'deduction_price' => $deductionPrice,
  418. 'SurplusIntegral' => $SurplusIntegral,
  419. 'gainIntegral' => $gainIntegral,
  420. ];
  421. }
  422. $orderInfo = [
  423. 'uid' => $uid,
  424. 'order_id' => $test ? 0 : self::getNewOrderId(),
  425. 'real_name' => $addressInfo['real_name'],
  426. 'user_phone' => $addressInfo['phone'],
  427. 'user_address' => $addressInfo['province'] . ' ' . $addressInfo['city'] . ' ' . $addressInfo['district'] . ' ' . $addressInfo['detail'],
  428. 'cart_id' => $cartIds,
  429. 'total_num' => $totalNum,
  430. 'total_price' => $priceGroup['totalPrice'],
  431. 'total_postage' => $priceGroup['storePostage'],
  432. 'coupon_id' => $couponId,
  433. 'coupon_price' => $couponPrice,
  434. 'pay_price' => $payPrice,
  435. 'pay_postage' => $payPostage,
  436. 'deduction_price' => $deductionPrice,
  437. 'paid' => 0,
  438. 'pay_type' => $payType,
  439. 'use_integral' => $usedIntegral,
  440. 'gain_integral' => $gainIntegral,
  441. 'mark' => htmlspecialchars($mark),
  442. 'combination_id' => $combinationId,
  443. 'pink_id' => $pinkId,
  444. 'seckill_id' => $seckill_id,
  445. 'bargain_id' => $bargain_id,
  446. 'cost' => $priceGroup['costPrice'],
  447. 'is_channel' => $isChannel,
  448. 'add_time' => time(),
  449. 'unique' => $key,
  450. 'is_gift' => $other['is_gift'],
  451. 'shipping_type' => $shipping_type,
  452. 'province' => $addressInfo['province'],
  453. 'city' => $addressInfo['city'],
  454. 'district' => $addressInfo['district'],
  455. ];
  456. if ($shipping_type === 2) {
  457. $orderInfo['verify_code'] = self::getStoreCode();
  458. $orderInfo['store_id'] = SystemStore::getStoreDispose($storeId, 'id');
  459. if (!$orderInfo['store_id']) return self::setErrorInfo('暂无门店无法选择门店自提!', true);
  460. }
  461. $order = self::create($orderInfo);
  462. if (!$order) return self::setErrorInfo('订单生成失败!', true);
  463. $res5 = true;
  464. foreach ($cartInfo as $cart) {
  465. //减库存加销量
  466. if ($combinationId) $res5 = $res5 && StoreCombination::decCombinationStock($cart['cart_num'], $combinationId, isset($cart['productInfo']['attrInfo']) ? $cart['productInfo']['attrInfo']['unique'] : '');
  467. else if ($seckill_id) $res5 = $res5 && StoreSeckill::decSeckillStock($cart['cart_num'], $seckill_id, isset($cart['productInfo']['attrInfo']) ? $cart['productInfo']['attrInfo']['unique'] : '');
  468. else if ($bargain_id) $res5 = $res5 && StoreBargain::decBargainStock($cart['cart_num'], $bargain_id, isset($cart['productInfo']['attrInfo']) ? $cart['productInfo']['attrInfo']['unique'] : '');
  469. else $res5 = $res5 && StoreProduct::decProductStock($cart['cart_num'], $cart['productInfo']['id'], isset($cart['productInfo']['attrInfo']) ? $cart['productInfo']['attrInfo']['unique'] : '');
  470. }
  471. //保存购物车商品信息
  472. $res4 = false !== StoreOrderCartInfo::setCartInfo($order['id'], $cartInfo);
  473. //购物车状态修改
  474. $res6 = false !== StoreCart::where('id', 'IN', $cartIds)->update(['is_pay' => 1]);
  475. if (!$res4 || !$res5 || !$res6) return self::setErrorInfo('订单生成失败!', true);
  476. //自动设置默认地址
  477. UserRepository::storeProductOrderCreateEbApi($order, compact('cartInfo', 'addressId'));
  478. self::clearCacheOrderInfo($uid, $key);
  479. self::commitTrans();
  480. StoreOrderStatus::status($order['id'], 'cache_key_create_order', '订单生成');
  481. return $order;
  482. } catch (\PDOException $e) {
  483. self::rollbackTrans();
  484. return self::setErrorInfo('生成订单时SQL执行错误错误原因:' . $e->getMessage());
  485. } catch (\Exception $e) {
  486. self::rollbackTrans();
  487. return self::setErrorInfo('生成订单时系统错误错误原因:' . $e->getMessage());
  488. }
  489. }
  490. /**
  491. * 回退积分
  492. * @param $order 订单信息
  493. * @return bool
  494. */
  495. public static function RegressionIntegral($order)
  496. {
  497. if ($order['paid'] || $order['status'] == -2 || $order['is_del']) return true;
  498. if ($order['use_integral'] <= 0) return true;
  499. if ((int)$order['status'] != -2 && (int)$order['refund_status'] != 2 && $order['back_integral'] >= $order['use_integral']) return true;
  500. $res = User::bcInc($order['uid'], 'integral', $order['use_integral']);
  501. if (!$res) return self::setErrorInfo('回退积分增加失败');
  502. UserBill::income('积分回退', $order['uid'], 'integral', 'deduction', $order['use_integral'], $order['unique'], User::where('uid', $order['uid'])->value('integral'), '购买商品失败,回退积分' . floatval($order['use_integral']));
  503. return false !== self::where('order_id', $order['order_id'])->update(['back_integral' => $order['use_integral']]);
  504. }
  505. /**
  506. * 回退库存和销量
  507. * @param $order 订单信息
  508. * @return bool
  509. * @throws DataNotFoundException
  510. * @throws ModelNotFoundException
  511. * @throws \think\exception\DbException
  512. */
  513. public static function RegressionStock($order)
  514. {
  515. if ($order['paid'] || $order['status'] == -2 || $order['is_del']) return true;
  516. $combinationId = $order['combination_id'];
  517. $seckill_id = $order['seckill_id'];
  518. $bargain_id = $order['bargain_id'];
  519. $res5 = true;
  520. $cartInfo = StoreOrderCartInfo::where('cart_id', 'in', $order['cart_id'])->select();
  521. foreach ($cartInfo as $cart) {
  522. //增库存减销量
  523. if ($combinationId) $res5 = $res5 && StoreCombination::incCombinationStock($cart['cart_info']['cart_num'], $combinationId);
  524. else if ($seckill_id) $res5 = $res5 && StoreSeckill::incSeckillStock($cart['cart_info']['cart_num'], $seckill_id);
  525. else if ($bargain_id) $res5 = $res5 && StoreBargain::incBargainStock($cart['cart_info']['cart_num'], $bargain_id);
  526. else $res5 = $res5 && StoreProduct::incProductStock($cart['cart_info']['cart_num'], $cart['cart_info']['productInfo']['id'], isset($cart['cart_info']['productInfo']['attrInfo']) ? $cart['cart_info']['productInfo']['attrInfo']['unique'] : '');
  527. }
  528. return $res5;
  529. }
  530. /**
  531. * 回退优惠卷
  532. * @param $order 订单信息
  533. * @return bool
  534. */
  535. public static function RegressionCoupon($order)
  536. {
  537. if ($order['paid'] || $order['status'] == -2 || $order['is_del']) return true;
  538. $res = true;
  539. if ($order['coupon_id'] && StoreCouponUser::be(['id' => $order['coupon_id'], 'uid' => $order['uid'], 'status' => 1])) {
  540. $res = $res && false !== StoreCouponUser::where('id', $order['coupon_id'])->where('uid', $order['uid'])->update(['status' => 0, 'use_time' => 0]);
  541. }
  542. return $res;
  543. }
  544. /**
  545. * 取消订单
  546. * @param string order_id 订单id
  547. * @param $uid
  548. * @return bool
  549. * @throws DataNotFoundException
  550. * @throws ModelNotFoundException
  551. * @throws \think\exception\DbException
  552. */
  553. public static function cancelOrder($order_id, $uid)
  554. {
  555. $order = self::where('order_id', $order_id)->where('uid', $uid)->find();
  556. if (!$order) return self::setErrorInfo('没有查到此订单');
  557. self::beginTrans();
  558. try {
  559. $res = self::RegressionIntegral($order) && self::RegressionStock($order) && self::RegressionCoupon($order);
  560. $order->is_del = 1;
  561. if ($res && $order->save()) {
  562. self::commitTrans();
  563. return true;
  564. } else
  565. return false;
  566. } catch (\Exception $e) {
  567. self::rollbackTrans();
  568. return self::setErrorInfo(['line' => $e->getLine(), 'message' => $e->getMessage()]);
  569. }
  570. }
  571. /**
  572. * 生成订单唯一id
  573. * @param $uid 用户uid
  574. * @return string
  575. */
  576. public static function getNewOrderId()
  577. {
  578. do {
  579. list($msec, $sec) = explode(' ', microtime());
  580. $msectime = number_format((floatval($msec) + floatval($sec)) * 1000, 0, '', '');
  581. $orderId = 'wx' . $msectime . mt_rand(10000, 99999);
  582. } while (self::be(['order_id' => $orderId]));// $orderId = 'wx' . $msectime . mt_rand(10000, 99999);
  583. return $orderId;
  584. }
  585. /**
  586. * 修改订单号
  587. * @param $orderId
  588. * @return string
  589. */
  590. public static function changeOrderId($orderId)
  591. {
  592. $ymd = substr($orderId, 2, 8);
  593. $key = substr($orderId, 16);
  594. return 'wx' . $ymd . date('His') . $key;
  595. }
  596. /**
  597. * 查找购物车里的所有产品标题
  598. * @param $cartId 购物车id
  599. * @return bool|string
  600. */
  601. public static function getProductTitle($cartId)
  602. {
  603. $title = '';
  604. try {
  605. $orderCart = StoreOrderCartInfo::where('cart_id', 'in', $cartId)->field('cart_info')->select();
  606. foreach ($orderCart as $item) {
  607. if (isset($item['cart_info']['productInfo']['store_name'])) {
  608. $title .= $item['cart_info']['productInfo']['store_name'] . '|';
  609. }
  610. }
  611. unset($item);
  612. if (!$title) {
  613. $productIds = StoreCart::where('id', 'in', $cartId)->column('product_id');
  614. $productlist = ($productlist = StoreProduct::getProductField($productIds, 'store_name')) ? $productlist->toArray() : [];
  615. foreach ($productlist as $item) {
  616. if (isset($item['store_name'])) $title .= $item['store_name'] . '|';
  617. }
  618. }
  619. if ($title) $title = substr($title, 0, strlen($title) - 1);
  620. unset($item);
  621. } catch (\Exception $e) {
  622. }
  623. return $title;
  624. }
  625. /**
  626. * 获取门店自提唯一核销码
  627. * @return bool|string
  628. */
  629. public static function getStoreCode()
  630. {
  631. list($msec, $sec) = explode(' ', microtime());
  632. $num = bcadd(time(), mt_rand(10, 999999), 0) . '' . substr($msec, 2, 3);//生成随机数
  633. if (strlen($num) < 12)
  634. $num = str_pad((string)$num, 12, 0, STR_PAD_RIGHT);
  635. else
  636. $num = substr($num, 0, 12);
  637. if (self::be(['verify_code' => $num])) return self::getStoreCode();
  638. return $num;
  639. }
  640. /**
  641. * 余额支付
  642. * @param $order_id
  643. * @param $uid
  644. * @param string $formId
  645. * @return bool
  646. * @throws \think\Exception
  647. * @throws DataNotFoundException
  648. * @throws ModelNotFoundException
  649. * @throws \think\exception\DbException
  650. */
  651. public static function yuePay($order_id, $uid, $formId = '')
  652. {
  653. $orderInfo = self::where('uid', $uid)->where('order_id', $order_id)->where('is_del', 0)->find();
  654. if (!$orderInfo) return self::setErrorInfo('订单不存在!');
  655. if ($orderInfo['paid']) return self::setErrorInfo('该订单已支付!');
  656. // if($orderInfo['pay_type'] != 'yue') return self::setErrorInfo('该订单不能使用余额支付!');
  657. $userInfo = User::getUserInfo($uid);
  658. if ($userInfo['now_money'] < $orderInfo['pay_price'])
  659. return self::setErrorInfo(['status' => 'pay_deficiency', 'msg' => '余额不足' . floatval($orderInfo['pay_price'])]);
  660. self::beginTrans();
  661. $res1 = false !== User::bcDec($uid, 'now_money', $orderInfo['pay_price'], 'uid');
  662. $res2 = UserBill::expend('购买商品', $uid, 'now_money', 'pay_product', $orderInfo['pay_price'], $orderInfo['id'], $userInfo['now_money'], '余额支付' . floatval($orderInfo['pay_price']) . '元购买商品');
  663. $res3 = self::paySuccess($order_id, 'yue', $formId);//余额支付成功
  664. try {
  665. PaymentRepositories::yuePayProduct($userInfo, $orderInfo);
  666. } catch (\Exception $e) {
  667. self::rollbackTrans();
  668. return self::setErrorInfo($e->getMessage());
  669. }
  670. $res = $res1 && $res2 && $res3;
  671. self::checkTrans($res);
  672. return $res;
  673. }
  674. /**
  675. * 余额支付
  676. * @param $order_id
  677. * @param $uid
  678. * @param string $formId
  679. * @return bool
  680. * @throws \think\Exception
  681. * @throws DataNotFoundException
  682. * @throws ModelNotFoundException
  683. * @throws \think\exception\DbException
  684. */
  685. public static function cashPay($order_id, $uid, $formId = '')
  686. {
  687. $orderInfo = self::where('uid', $uid)->where('order_id', $order_id)->where('is_del', 0)->find();
  688. if (!$orderInfo) return self::setErrorInfo('订单不存在!');
  689. if ($orderInfo['paid']) return self::setErrorInfo('该订单已支付!');
  690. // if($orderInfo['pay_type'] != 'yue') return self::setErrorInfo('该订单不能使用余额支付!');
  691. $userInfo = User::getUserInfo($uid);
  692. if ($userInfo['cash'] < $orderInfo['pay_price'])
  693. return self::setErrorInfo(['status' => 'pay_deficiency', 'msg' => '现金不足' . floatval($orderInfo['pay_price'])]);
  694. self::beginTrans();
  695. $res1 = false !== User::bcDec($uid, 'cash', $orderInfo['pay_price'], 'uid');
  696. $res2 = UserBill::expend('购买商品', $uid, 'cash', 'cash_pay_product', $orderInfo['pay_price'], $orderInfo['id'], $userInfo['cash'], '现金支付' . floatval($orderInfo['pay_price']) . '元购买商品');
  697. $res3 = self::paySuccess($order_id, 'cash', $formId);//余额支付成功
  698. try {
  699. PaymentRepositories::yuePayProduct($userInfo, $orderInfo);
  700. } catch (\Exception $e) {
  701. self::rollbackTrans();
  702. return self::setErrorInfo($e->getMessage());
  703. }
  704. $res = $res1 && $res2 && $res3;
  705. self::checkTrans($res);
  706. return $res;
  707. }
  708. public static function pinkPay($order_id, $uid, $formId = '')
  709. {
  710. $orderInfo = self::where('uid', $uid)->where('order_id', $order_id)->where('is_del', 0)->find();
  711. if (!$orderInfo) return self::setErrorInfo('订单不存在!');
  712. if (!$orderInfo['combination_id']) return self::setErrorInfo('拼团积分只可支付拼团订单!');
  713. if ($orderInfo['paid']) return self::setErrorInfo('该订单已支付!');
  714. $userInfo = User::getUserInfo($uid);
  715. if ($userInfo['pink_integral'] < $orderInfo['pay_price'])
  716. return self::setErrorInfo(['status' => 'pay_deficiency', 'msg' => '拼团积分不足' . floatval($orderInfo['pay_price'])]);
  717. self::beginTrans();
  718. $res1 = false !== User::bcDec($uid, 'pink_integral', $orderInfo['pay_price'], 'uid');
  719. $res2 = UserBill::expend('购买商品', $uid, 'pink_integral', 'pay_product', $orderInfo['pay_price'], $orderInfo['id'], $userInfo['pink_integral'], '拼团积分支付' . floatval($orderInfo['pay_price']) . '元购买商品');
  720. $res3 = self::paySuccess($order_id, 'pink_integral', $formId);//余额支付成功
  721. try {
  722. PaymentRepositories::yuePayProduct($userInfo, $orderInfo);
  723. } catch (\Exception $e) {
  724. self::rollbackTrans();
  725. return self::setErrorInfo($e->getMessage());
  726. }
  727. $res = $res1 && $res2 && $res3;
  728. self::checkTrans($res);
  729. return $res;
  730. }
  731. /**
  732. * 微信支付 为 0元时
  733. * @param $order_id
  734. * @param $uid
  735. * @param string $formId
  736. * @return bool
  737. * @throws \think\Exception
  738. * @throws DataNotFoundException
  739. * @throws ModelNotFoundException
  740. * @throws \think\exception\DbException
  741. */
  742. public static function jsPayPrice($order_id, $uid, $formId = '')
  743. {
  744. $orderInfo = self::where('uid', $uid)->where('order_id', $order_id)->where('is_del', 0)->find();
  745. if (!$orderInfo) return self::setErrorInfo('订单不存在!');
  746. if ($orderInfo['paid']) return self::setErrorInfo('该订单已支付!');
  747. $userInfo = User::getUserInfo($uid);
  748. self::beginTrans();
  749. $res1 = UserBill::expend('购买商品', $uid, 'now_money', 'pay_product', $orderInfo['pay_price'], $orderInfo['id'], $userInfo['now_money'], '微信支付' . floatval($orderInfo['pay_price']) . '元购买商品');
  750. $res2 = self::paySuccess($order_id, 'weixin', $formId);//微信支付为0时
  751. $res = $res1 && $res2;
  752. self::checkTrans($res);
  753. return $res;
  754. }
  755. /**
  756. * 用户申请退款
  757. * @param $uni
  758. * @param $uid
  759. * @param string $refundReasonWap
  760. * @return bool
  761. */
  762. public static function orderApplyRefund($uni, $uid, $refundReasonWap = '', $refundReasonWapExplain = '', $refundReasonWapImg = [])
  763. {
  764. $order = self::getUserOrderDetail($uid, $uni);
  765. if (!$order) return self::setErrorInfo('支付订单不存在!');
  766. if ($order['refund_status'] == 2) return self::setErrorInfo('订单已退款!');
  767. if ($order['refund_status'] == 1) return self::setErrorInfo('正在申请退款中!');
  768. if ($order['is_gift']) return self::setErrorInfo('礼包订单不可退款!');
  769. if ($order['status'] == 1) return self::setErrorInfo('订单当前无法退款!');
  770. self::beginTrans();
  771. $res1 = false !== StoreOrderStatus::status($order['id'], 'apply_refund', '用户申请退款,原因:' . $refundReasonWap);
  772. $res2 = false !== self::edit(['refund_status' => 1, 'refund_reason_time' => time(), 'refund_reason_wap' => $refundReasonWap, 'refund_reason_wap_explain' => $refundReasonWapExplain, 'refund_reason_wap_img' => json_encode($refundReasonWapImg)], $order['id'], 'id');
  773. $res = $res1 && $res2;
  774. self::checkTrans($res);
  775. if (!$res)
  776. return self::setErrorInfo('申请退款失败!');
  777. else {
  778. try {
  779. if (in_array($order['is_channel'], [0, 2])) {
  780. //公众号发送模板消息通知客服
  781. WechatTemplateService::sendAdminNoticeTemplate([
  782. 'first' => "亲,有个订单申请退款 \n订单号:{$order['order_id']}",
  783. 'keyword1' => '退款申请',
  784. 'keyword2' => '已支付',
  785. 'keyword3' => date('Y/m/d H:i', time()),
  786. 'remark' => '请及时处理'
  787. ]);
  788. }
  789. if (in_array($order['is_channel'], [1, 2])) {
  790. //小程序 发送模板消息
  791. RoutineTemplate::sendOrderRefundStatus($order, $refundReasonWap);
  792. }
  793. //通知后台消息提醒
  794. ChannelService::instance()->send('NEW_REFUND_ORDER', ['order_id' => $order['order_id']]);
  795. } catch (\Exception $e) {
  796. }
  797. //发送短信
  798. event('ShortMssageSend', [$order['order_id'], 'AdminRefund']);
  799. return true;
  800. }
  801. }
  802. /**
  803. * //TODO 支付成功后
  804. * @param $orderId
  805. * @param string $paytype
  806. * @param string $formId
  807. * @return bool
  808. * @throws DataNotFoundException
  809. * @throws DbException
  810. * @throws ModelNotFoundException
  811. */
  812. public static function paySuccess($orderId, $paytype = 'weixin', $formId = '')
  813. {
  814. $order = self::where('order_id', $orderId)->find();
  815. $resPink = true;
  816. $res1 = self::where('order_id', $orderId)->update(['paid' => 1, 'pay_type' => $paytype, 'pay_time' => time()]);//订单改为支付
  817. $res1 = UserSpread::setSpreadSure($order['uid']) && $res1;
  818. if ($order->combination_id && $res1 && !$order->refund_status) $resPink = StorePink::createPink($order);//创建拼团
  819. $oid = self::where('order_id', $orderId)->value('id');
  820. StoreOrderStatus::status($oid, 'pay_success', '用户付款成功');
  821. $now_money = User::where('uid', $order['uid'])->value('now_money');
  822. UserBill::expend('购买商品', $order['uid'], 'now_money', 'pay_money', $order['pay_price'], $order['id'], $now_money, '支付' . floatval($order['pay_price']) . '元购买商品');
  823. //支付成功后
  824. event('OrderPaySuccess', [$order, $formId]);
  825. $res_Gift = true;
  826. if ($order['is_gift']) {
  827. $res_Gift = TreeRecommend::insertTree($order['uid'], User::where('uid', $order['uid'])->value('spread_uid'))
  828. && StorePink::pinkRecommend($order['id'])
  829. && self::addAchievement($order)
  830. && self::addAwardLake(sys_config('gift_order_award_lake', 30, true), $order['id'], 'gift');
  831. }
  832. $res = $res_Gift && $res1 && $resPink && User::backOrderBrokerage($order)
  833. && self::areaAward($order)
  834. && self::gainUserIntegral($order);
  835. if ($order['is_gift']) {
  836. $res = $res && User::sendBackOrderIntegral($order);
  837. }
  838. return false !== $res;
  839. }
  840. public static function addAwardLake($num, $link_id, $type = 'order')
  841. {
  842. $old = sys_config('award_lake', 0, true);
  843. $res = SystemConfig::where('menu_name', 'award_lake')->update(['value' => (float)$old + $num]);
  844. $str = '';
  845. switch ($type) {
  846. case 'order':
  847. $str = '商城销售额加池';
  848. break;
  849. case 'gift':
  850. $str = '商城礼包加池';
  851. break;
  852. case 'game':
  853. $str = '游戏加池';
  854. break;
  855. }
  856. return $res && UserBill::income('奖池增加', 0, 'award_lake', 'add', $num, $link_id, (float)$old + $num, $str ?: '奖池增加');
  857. }
  858. public static function addPublicLake($num, $link_id, $type = 'integral')
  859. {
  860. $old = sys_config('public_lake', 0, true);
  861. $res = SystemConfig::where('menu_name', 'public_lake')->update(['value' => (float)$old + $num]);
  862. $str = '';
  863. switch ($type) {
  864. case 'integral':
  865. $str = '积分手续费';
  866. break;
  867. case 'award':
  868. $str = '奖池提取';
  869. break;
  870. case 'award_out':
  871. $str = '奖金过期';
  872. break;
  873. }
  874. return $res && UserBill::income('公益池增加', 0, 'public_lake', 'add', $num, $link_id, (float)$old + $num, $str ?: '奖池增加');
  875. }
  876. private static function addAchievement($order)
  877. {
  878. $res = Achievement::create(
  879. [
  880. 'uid' => $order['uid'],
  881. 'from_uid' => $order['uid'],
  882. 'achievement' => $order['total_price'],
  883. 'order_id' => $order['id'],
  884. 'add_time' => time()
  885. ]
  886. ) && User::where('uid', $order['uid'])->inc('achievement', $order['total_price'])->inc('self_achievement', $order['total_price'])->update();
  887. $spread = User::where('uid', $order['uid'])->value('spread_uid');
  888. while ($spread) {
  889. $res = $res && Achievement::create(
  890. [
  891. 'uid' => $spread,
  892. 'from_uid' => $order['uid'],
  893. 'achievement' => $order['total_price'],
  894. 'order_id' => $order['id'],
  895. 'add_time' => time()
  896. ]
  897. ) && User::where('uid', $spread)->inc('achievement', $order['total_price'])->update();
  898. UserLevel::setLevelComplete($spread);
  899. $spread = User::where('uid', $spread)->value('spread_uid');
  900. }
  901. return $res;
  902. }
  903. /**
  904. * 购买商品赠送积分
  905. * @param $order
  906. * @return bool
  907. * @throws DataNotFoundException
  908. * @throws ModelNotFoundException|DbException
  909. */
  910. public static function gainUserIntegral($order)
  911. {
  912. if ($order['gain_integral'] > 0) {
  913. $userInfo = User::getUserInfo($order['uid']);
  914. // $res1 = false != User::where('uid', $userInfo['uid'])->update(['integral' => bcadd($userInfo['integral'], $order['gain_integral'], 2)]);
  915. $res2 = false != UserBill::income('购买商品赠送积分', $order['uid'], 'integral', 'gain', $order['gain_integral'], $order['id'], $userInfo['integral'], '购买商品赠送' . floatval($order['gain_integral']) . '积分', 0);
  916. $res = $res2 && self::spreadIntegral($order) && self::groupIntegral($order);
  917. return $res;
  918. }
  919. return true;
  920. }
  921. public static function spreadIntegral($order)
  922. {
  923. $recommend_integral = sys_config('recommend_integral_ratio', 0, true);
  924. $integral = bcmul($order['gain_integral'], bcdiv($recommend_integral, 100, 4), 2);
  925. if ($integral > 0) {
  926. $userInfo = User::getUserInfo($order['uid']);
  927. $spreadInfo = User::getUserInfo($userInfo['spread_uid']);
  928. if (!$spreadInfo) return true;
  929. // $res1 = false != User::where('uid', $spreadInfo['uid'])->update(['integral' => bcadd($spreadInfo['integral'], $integral, 2)]);
  930. $res = false != UserBill::income('推荐用户购买商品赠送积分', $spreadInfo['uid'], 'integral', 'spread_gain', $integral, $order['id'], $spreadInfo['integral'], '推荐用户购买商品赠送' . floatval($integral) . '积分', 0);
  931. return $res;
  932. }
  933. return true;
  934. }
  935. /**
  936. * @param $order
  937. * @return bool``
  938. * @throws DataNotFoundException
  939. * @throws DbException
  940. * @throws ModelNotFoundException
  941. */
  942. public static function groupIntegral($order): bool
  943. {
  944. $userInfo = User::getUserInfo($order['uid']);
  945. $spread = User::getUserInfo($userInfo['spread_uid']);
  946. $send = 0;
  947. $res = true;
  948. while ($spread) {
  949. $level = UserLevel::getUserLevelInfo(UserLevel::getUserLevel($spread['uid']));
  950. if ($level) {
  951. $integral = bcmul($order['gain_integral'], bcdiv($level['group_point_award'], 100, 4), 2);
  952. if ($integral > $send) {
  953. $real_send = $integral - $send;
  954. $res = false != UserBill::income('团队用户购买商品赠送积分', $spread['uid'], 'integral', 'group_gain', $real_send, $order['id'], $spread['integral'], '团队用户购买商品赠送' . floatval($real_send) . '积分', 0);
  955. $send = $integral;
  956. }
  957. }
  958. $spread = User::getUserInfo($spread['spread_uid']);
  959. }
  960. return $res;
  961. }
  962. public static function areaAward($order)
  963. {
  964. if (isset($order['combination_id']) && $order['combination_id']) return true;
  965. if (isset($order['seckill_id']) && $order['seckill_id']) return true;
  966. if (isset($order['bargain_id']) && $order['bargain_id']) return true;
  967. $userInfo = User::getUserInfo($order['uid']);
  968. $cartId = is_string($order['cart_id']) ? json_decode($order['cart_id'], true) : $order['cart_id'];
  969. list($realPrice, $virtualPrice) = StoreProduct::getProductPrice($cartId);
  970. if ($realPrice <= 0 && $virtualPrice <= 0) return true;
  971. $province_admin_ratio = sys_config('province_admin_ratio', 0);
  972. $city_admin_ratio = sys_config('city_admin_ratio', 0);
  973. $district_admin_ratio = sys_config('district_admin_ratio', 0);
  974. $area_recommend_ratio = sys_config('area_recommend_ratio', 0);
  975. $res = true;
  976. $district = User::where('area_admin', 1)->where('area_province', $order['province'])->where('area_city', $order['city'])->where('area_district', $order['district'])->select();
  977. if (count($district) > 0) {
  978. $money_real = bcmul(bcdiv($district_admin_ratio, 100, 4), $realPrice, 2);
  979. $money_virtual = bcmul(bcdiv($district_admin_ratio, 100, 4), $virtualPrice, 2);
  980. $every_money_real = bcdiv($money_real, count($district), 2);
  981. $every_money_virtual = bcdiv($money_virtual, count($district), 2);
  982. if ($every_money_real <= 0 && $every_money_virtual <= 0) return true;
  983. $res = true;
  984. foreach ($district as $v) {
  985. if ($every_money_real > 0) {
  986. $balance = bcadd($v['brokerage_price'], $every_money_real, 2);
  987. $mark = $userInfo['nickname'] . '成功消费[实物产品]' . floatval($order['pay_price']) . '元,区代理分红' . floatval($every_money_real);
  988. $res1 = UserBill::income('区代理分红', $v['uid'], 'now_money', 'brokerage', $every_money_real, $order['id'], $balance, $mark, 0);
  989. $res = $res && $res1;
  990. $sp_money = bcmul($every_money_real, bcdiv($area_recommend_ratio, 100, 4), 2);
  991. if ($v['spread_uid'] && $sp_money > 0) {
  992. $sp = User::where('uid', $v['spread_uid'])->find();
  993. $balance = bcadd($sp['brokerage_price'], $sp_money, 2);
  994. $mark = $userInfo['nickname'] . '成功消费[实物产品]' . floatval($order['pay_price']) . '元,推荐代理分红' . floatval($sp_money);
  995. $res1 = UserBill::income('推荐代理分红', $sp['uid'], 'now_money', 'brokerage', $sp_money, $order['id'], $balance, $mark, 0);
  996. $res = $res && $res1;
  997. }
  998. }
  999. if ($every_money_virtual > 0) {
  1000. $balance = bcadd($v['brokerage_price'], $every_money_virtual, 2);
  1001. $mark = $userInfo['nickname'] . '成功消费[虚拟产品]' . floatval($order['pay_price']) . '元,区代理分红' . floatval($every_money_virtual);
  1002. $res1 = UserBill::income('区代理分红', $v['uid'], 'now_money', 'brokerage', $every_money_virtual, $order['id'], $balance, $mark);
  1003. $res2 = self::bcInc($v['uid'], 'brokerage_price', $every_money_virtual, 'uid');
  1004. $res = $res && $res1 && $res2;
  1005. $sp_money = bcmul($every_money_virtual, bcdiv($area_recommend_ratio, 100, 4), 2);
  1006. if ($v['spread_uid'] && $sp_money > 0) {
  1007. $sp = User::where('uid', $v['spread_uid'])->find();
  1008. $balance = bcadd($sp['brokerage_price'], $sp_money, 2);
  1009. $mark = $userInfo['nickname'] . '成功消费[虚拟产品]' . floatval($order['pay_price']) . '元,推荐代理分红' . floatval($sp_money);
  1010. $res1 = UserBill::income('推荐代理分红', $sp['uid'], 'now_money', 'brokerage', $sp_money, $order['id'], $balance, $mark, 0);
  1011. $res2 = self::bcInc($sp['uid'], 'brokerage_price', $sp_money, 'uid');
  1012. $res = $res && $res1 && $res2;
  1013. }
  1014. }
  1015. }
  1016. }
  1017. $city = User::where('area_admin', 2)->where('area_province', $order['province'])->where('area_city', $order['city'])->select();
  1018. if (count($city) > 0) {
  1019. $money_real = bcmul(bcdiv($city_admin_ratio, 100, 4), $realPrice, 2);
  1020. $money_virtual = bcmul(bcdiv($city_admin_ratio, 100, 4), $virtualPrice, 2);
  1021. $every_money_real = bcdiv($money_real, count($city), 2);
  1022. $every_money_virtual = bcdiv($money_virtual, count($city), 2);
  1023. if ($every_money_real <= 0 && $every_money_virtual <= 0) return true;
  1024. $res = true;
  1025. foreach ($city as $v) {
  1026. if ($every_money_real > 0) {
  1027. $balance = bcadd($v['brokerage_price'], $every_money_real, 2);
  1028. $mark = $userInfo['nickname'] . '成功消费[实物产品]' . floatval($order['pay_price']) . '元,市代理分红' . floatval($every_money_real);
  1029. $res1 = UserBill::income('市代理分红', $v['uid'], 'now_money', 'brokerage', $every_money_real, $order['id'], $balance, $mark, 0);
  1030. $res = $res && $res1;
  1031. $sp_money = bcmul($every_money_real, bcdiv($area_recommend_ratio, 100, 4), 2);
  1032. if ($v['spread_uid'] && $sp_money > 0) {
  1033. $sp = User::where('uid', $v['spread_uid'])->find();
  1034. $balance = bcadd($sp['brokerage_price'], $sp_money, 2);
  1035. $mark = $userInfo['nickname'] . '成功消费[实物产品]' . floatval($order['pay_price']) . '元,推荐代理分红' . floatval($sp_money);
  1036. $res1 = UserBill::income('推荐代理分红', $sp['uid'], 'now_money', 'brokerage', $sp_money, $order['id'], $balance, $mark, 0);
  1037. $res = $res && $res1;
  1038. }
  1039. }
  1040. if ($every_money_virtual > 0) {
  1041. $balance = bcadd($v['brokerage_price'], $every_money_virtual, 2);
  1042. $mark = $userInfo['nickname'] . '成功消费[虚拟产品]' . floatval($order['pay_price']) . '元,市代理分红' . floatval($every_money_virtual);
  1043. $res1 = UserBill::income('市代理分红', $v['uid'], 'now_money', 'brokerage', $every_money_virtual, $order['id'], $balance, $mark);
  1044. $res2 = self::bcInc($v['uid'], 'brokerage_price', $every_money_virtual, 'uid');
  1045. $res = $res && $res1 && $res2;
  1046. $sp_money = bcmul($every_money_virtual, bcdiv($area_recommend_ratio, 100, 4), 2);
  1047. if ($v['spread_uid'] && $sp_money > 0) {
  1048. $sp = User::where('uid', $v['spread_uid'])->find();
  1049. $balance = bcadd($sp['brokerage_price'], $sp_money, 2);
  1050. $mark = $userInfo['nickname'] . '成功消费[虚拟产品]' . floatval($order['pay_price']) . '元,推荐代理分红' . floatval($sp_money);
  1051. $res1 = UserBill::income('推荐代理分红', $sp['uid'], 'now_money', 'brokerage', $sp_money, $order['id'], $balance, $mark, 0);
  1052. $res2 = self::bcInc($sp['uid'], 'brokerage_price', $sp_money, 'uid');
  1053. $res = $res && $res1 && $res2;
  1054. }
  1055. }
  1056. }
  1057. }
  1058. $province = User::where('area_admin', 3)->where('area_province', $order['province'])->select();
  1059. if (count($province) > 0) {
  1060. $money_real = bcmul(bcdiv($province_admin_ratio, 100, 4), $realPrice, 2);
  1061. $money_virtual = bcmul(bcdiv($province_admin_ratio, 100, 4), $virtualPrice, 2);
  1062. $every_money_real = bcdiv($money_real, count($province), 2);
  1063. $every_money_virtual = bcdiv($money_virtual, count($province), 2);
  1064. if ($every_money_real <= 0 && $every_money_virtual <= 0) return true;
  1065. $res = true;
  1066. foreach ($province as $v) {
  1067. if ($every_money_real > 0) {
  1068. $balance = bcadd($v['brokerage_price'], $every_money_real, 2);
  1069. $mark = $userInfo['nickname'] . '成功消费[实物产品]' . floatval($order['pay_price']) . '元,省代理分红' . floatval($every_money_real);
  1070. $res1 = UserBill::income('省代理分红', $v['uid'], 'now_money', 'brokerage', $every_money_real, $order['id'], $balance, $mark, 0);
  1071. $res = $res && $res1;
  1072. $sp_money = bcmul($every_money_real, bcdiv($area_recommend_ratio, 100, 4), 2);
  1073. if ($v['spread_uid'] && $sp_money > 0) {
  1074. $sp = User::where('uid', $v['spread_uid'])->find();
  1075. $balance = bcadd($sp['brokerage_price'], $sp_money, 2);
  1076. $mark = $userInfo['nickname'] . '成功消费[实物产品]' . floatval($order['pay_price']) . '元,推荐代理分红' . floatval($sp_money);
  1077. $res1 = UserBill::income('推荐代理分红', $sp['uid'], 'now_money', 'brokerage', $sp_money, $order['id'], $balance, $mark, 0);
  1078. $res = $res && $res1;
  1079. }
  1080. }
  1081. if ($every_money_virtual > 0) {
  1082. $balance = bcadd($v['brokerage_price'], $every_money_virtual, 2);
  1083. $mark = $userInfo['nickname'] . '成功消费[虚拟产品]' . floatval($order['pay_price']) . '元,省代理分红' . floatval($every_money_virtual);
  1084. $res1 = UserBill::income('省代理分红', $v['uid'], 'now_money', 'brokerage', $every_money_virtual, $order['id'], $balance, $mark);
  1085. $res2 = self::bcInc($v['uid'], 'brokerage_price', $every_money_virtual, 'uid');
  1086. $res = $res && $res1 && $res2;
  1087. $sp_money = bcmul($every_money_virtual, bcdiv($area_recommend_ratio, 100, 4), 2);
  1088. if ($v['spread_uid'] && $sp_money > 0) {
  1089. $sp = User::where('uid', $v['spread_uid'])->find();
  1090. $balance = bcadd($sp['brokerage_price'], $sp_money, 2);
  1091. $mark = $userInfo['nickname'] . '成功消费[虚拟产品]' . floatval($order['pay_price']) . '元,推荐代理分红' . floatval($sp_money);
  1092. $res1 = UserBill::income('推荐代理分红', $sp['uid'], 'now_money', 'brokerage', $sp_money, $order['id'], $balance, $mark, 0);
  1093. $res2 = self::bcInc($sp['uid'], 'brokerage_price', $sp_money, 'uid');
  1094. $res = $res && $res1 && $res2;
  1095. }
  1096. }
  1097. }
  1098. }
  1099. return $res;
  1100. }
  1101. /*
  1102. * 线下支付消息通知
  1103. * 待完善
  1104. *
  1105. * */
  1106. public static function createOrderTemplate($order)
  1107. {
  1108. //$goodsName = StoreOrderCartInfo::getProductNameList($order['id']);
  1109. // RoutineTemplateService::sendTemplate(WechatUser::getOpenId($order['uid']),RoutineTemplateService::ORDER_CREATE, [
  1110. // 'first'=>'亲,您购买的商品已支付成功',
  1111. // 'keyword1'=>date('Y/m/d H:i',$order['add_time']),
  1112. // 'keyword2'=>implode(',',$goodsName),
  1113. // 'keyword3'=>$order['order_id'],
  1114. // 'remark'=>'点击查看订单详情'
  1115. // ],Url::build('/wap/My/order',['uni'=>$order['order_id']],true,true));
  1116. // RoutineTemplateService::sendAdminNoticeTemplate([
  1117. // 'first'=>"亲,您有一个新订单 \n订单号:{$order['order_id']}",
  1118. // 'keyword1'=>'新订单',
  1119. // 'keyword2'=>'线下支付',
  1120. // 'keyword3'=>date('Y/m/d H:i',time()),
  1121. // 'remark'=>'请及时处理'
  1122. // ]);
  1123. }
  1124. /**
  1125. * 获取订单详情
  1126. * @param $uid
  1127. * @param $key
  1128. * @return array|\think\Model|null
  1129. * @throws DataNotFoundException
  1130. * @throws ModelNotFoundException
  1131. * @throws \think\exception\DbException
  1132. */
  1133. public static function getUserOrderDetail($uid, $key)
  1134. {
  1135. return self::where('order_id|unique', $key)->where('uid', $uid)->where('is_del', 0)->find();
  1136. }
  1137. /**
  1138. * TODO 订单发货
  1139. * @param array $postageData 发货信息
  1140. * @param string $oid orderID
  1141. */
  1142. public static function orderPostageAfter($postageData, $oid)
  1143. {
  1144. $order = self::where('id', $oid)->find();
  1145. if ($postageData['delivery_type'] == 'send') {//送货
  1146. RoutineTemplate::sendOrderPostage($order);
  1147. } else if ($postageData['delivery_type'] == 'express') {//发货
  1148. RoutineTemplate::sendOrderPostage($order, 1);
  1149. }
  1150. }
  1151. /** 收货后发送模版消息
  1152. * @param $order
  1153. */
  1154. public static function orderTakeAfter($order)
  1155. {
  1156. $title = self::getProductTitle($order['cart_id']);
  1157. if ($order['is_channel'] == 1) {//小程序
  1158. RoutineTemplate::sendOrderTakeOver($order, $title);
  1159. } else {
  1160. $openid = WechatUser::where('uid', $order['uid'])->value('openid');
  1161. \crmeb\services\WechatTemplateService::sendTemplate($openid, \crmeb\services\WechatTemplateService::ORDER_TAKE_SUCCESS, [
  1162. 'first' => '亲,您的订单已收货',
  1163. 'keyword1' => $order['order_id'],
  1164. 'keyword2' => '已收货',
  1165. 'keyword3' => date('Y-m-d H:i:s', time()),
  1166. 'keyword4' => $title,
  1167. 'remark' => '感谢您的光临!'
  1168. ]);
  1169. }
  1170. }
  1171. /**
  1172. * 删除订单
  1173. * @param $uni
  1174. * @param $uid
  1175. * @return bool
  1176. */
  1177. public static function removeOrder($uni, $uid)
  1178. {
  1179. $order = self::getUserOrderDetail($uid, $uni);
  1180. if (!$order) return self::setErrorInfo('订单不存在!');
  1181. $order = self::tidyOrder($order);
  1182. if ($order['_status']['_type'] != 0 && $order['_status']['_type'] != -2 && $order['_status']['_type'] != 4)
  1183. return self::setErrorInfo('该订单无法删除!');
  1184. if (false !== self::edit(['is_del' => 1], $order['id'], 'id') && false !== StoreOrderStatus::status($order['id'], 'remove_order', '删除订单')) {
  1185. //未支付和已退款的状态下才可以退积分退库存退优惠券
  1186. if ($order['_status']['_type'] == 0 || $order['_status']['_type'] == -2) {
  1187. event('StoreOrderRegressionAllAfter', [$order]);
  1188. }
  1189. event('UserOrderRemoved', $uni);
  1190. return true;
  1191. } else
  1192. return self::setErrorInfo('订单删除失败!');
  1193. }
  1194. /**
  1195. * //TODO 用户确认收货
  1196. * @param $uni
  1197. * @param $uid
  1198. */
  1199. public static function takeOrder($uni, $uid)
  1200. {
  1201. $order = self::getUserOrderDetail($uid, $uni);
  1202. if (!$order) return self::setErrorInfo('订单不存在!');
  1203. $order = self::tidyOrder($order);
  1204. if ($order['_status']['_type'] != 2) return self::setErrorInfo('订单状态错误!');
  1205. self::beginTrans();
  1206. if (false !== self::edit(['status' => 2], $order['id'], 'id') &&
  1207. false !== StoreOrderStatus::status($order['id'], 'user_take_delivery', '用户已收货')) {
  1208. try {
  1209. OrderRepository::storeProductOrderUserTakeDelivery($order, $uid);
  1210. UserBill::where('uid', $order['uid'])->where('link_id', $order['id'])->where('type', 'pay_money')->update(['take' => 1]);
  1211. } catch (\Exception $e) {
  1212. self::rollbackTrans();
  1213. return self::setErrorInfo($e->getMessage());
  1214. }
  1215. self::commitTrans();
  1216. event('UserLevelAfter', [User::get($uni)]);
  1217. event('UserOrderTake', $uni);
  1218. //短信通知
  1219. event('ShortMssageSend', [$order['order_id'], ['Receiving', 'AdminConfirmTakeOver']]);
  1220. return true;
  1221. } else {
  1222. self::rollbackTrans();
  1223. return false;
  1224. }
  1225. }
  1226. /**
  1227. * 获取订单状态购物车等信息
  1228. * @param $order
  1229. * @param bool $detail 是否获取订单购物车详情
  1230. * @param bool $isPic 是否获取订单状态图片
  1231. * @return mixed
  1232. * @throws DataNotFoundException
  1233. * @throws ModelNotFoundException
  1234. * @throws \think\exception\DbException
  1235. */
  1236. public static function tidyOrder($order, $detail = false, $isPic = false)
  1237. {
  1238. if ($detail == true && isset($order['id'])) {
  1239. $cartInfo = StoreOrderCartInfo::where('oid', $order['id'])->column('cart_info', 'unique') ?: [];
  1240. $info = [];
  1241. foreach ($cartInfo as $k => $cart) {
  1242. $cart = json_decode($cart, true);
  1243. $cart['unique'] = $k;
  1244. //新增是否评价字段
  1245. $cart['is_reply'] = StoreProductReply::where('unique', $k)->count();
  1246. array_push($info, $cart);
  1247. unset($cart);
  1248. }
  1249. $order['cartInfo'] = $info;
  1250. }
  1251. $status = [];
  1252. if (!$order['paid'] && $order['pay_type'] == 'offline' && !$order['status'] >= 2) {
  1253. $status['_type'] = 9;
  1254. $status['_title'] = '线下付款';
  1255. $status['_msg'] = '商家处理中,请耐心等待';
  1256. $status['_class'] = 'nobuy';
  1257. } else if (!$order['paid']) {
  1258. $status['_type'] = 0;
  1259. $status['_title'] = '未支付';
  1260. //系统预设取消订单时间段
  1261. $keyValue = ['order_cancel_time', 'order_activity_time', 'order_bargain_time', 'order_seckill_time', 'order_pink_time'];
  1262. //获取配置
  1263. $systemValue = SystemConfigService::more($keyValue);
  1264. //格式化数据
  1265. $systemValue = self::setValeTime($keyValue, is_array($systemValue) ? $systemValue : []);
  1266. if ($order['pink_id'] || $order['combination_id']) {
  1267. $order_pink_time = $systemValue['order_pink_time'] ? $systemValue['order_pink_time'] : $systemValue['order_activity_time'];
  1268. $time = bcadd($order['add_time'], $order_pink_time * 3600, 0);
  1269. $status['_msg'] = '请在' . date('m-d H:i:s', $time) . '前完成支付!';
  1270. } else if ($order['seckill_id']) {
  1271. $order_seckill_time = $systemValue['order_seckill_time'] ? $systemValue['order_seckill_time'] : $systemValue['order_activity_time'];
  1272. $time = bcadd($order['add_time'], $order_seckill_time * 3600, 0);
  1273. $status['_msg'] = '请在' . date('m-d H:i:s', $time) . '前完成支付!';
  1274. } else if ($order['bargain_id']) {
  1275. $order_bargain_time = $systemValue['order_bargain_time'] ? $systemValue['order_bargain_time'] : $systemValue['order_activity_time'];
  1276. $time = bcadd($order['add_time'], $order_bargain_time * 3600, 0);
  1277. $status['_msg'] = '请在' . date('m-d H:i:s', $time) . '前完成支付!';
  1278. } else {
  1279. $time = bcadd($order['add_time'], $systemValue['order_cancel_time'] * 3600, 0);
  1280. $status['_msg'] = '请在' . date('m-d H:i:s', $time) . '前完成支付!';
  1281. }
  1282. $status['_class'] = 'nobuy';
  1283. } else if ($order['refund_status'] == 1) {
  1284. $status['_type'] = -1;
  1285. $status['_title'] = '申请退款中';
  1286. $status['_msg'] = '商家审核中,请耐心等待';
  1287. $status['_class'] = 'state-sqtk';
  1288. } else if ($order['refund_status'] == 2) {
  1289. $status['_type'] = -2;
  1290. $status['_title'] = '已退款';
  1291. $status['_msg'] = '已为您退款,感谢您的支持';
  1292. $status['_class'] = 'state-sqtk';
  1293. } else if (!$order['status']) {
  1294. if ($order['pink_id']) {
  1295. if (StorePink::where('id', $order['pink_id'])->where('status', 1)->count()) {
  1296. $status['_type'] = 1;
  1297. $status['_title'] = '拼团中';
  1298. $status['_msg'] = '等待其他人参加拼团';
  1299. $status['_class'] = 'state-nfh';
  1300. } else {
  1301. $status['_type'] = 1;
  1302. $status['_title'] = '未发货';
  1303. $status['_msg'] = '商家未发货,请耐心等待';
  1304. $status['_class'] = 'state-nfh';
  1305. }
  1306. } else {
  1307. if ($order['shipping_type'] === 1) {
  1308. $status['_type'] = 1;
  1309. $status['_title'] = '未发货';
  1310. $status['_msg'] = '商家未发货,请耐心等待';
  1311. $status['_class'] = 'state-nfh';
  1312. } else {
  1313. $status['_type'] = 1;
  1314. $status['_title'] = '待核销';
  1315. $status['_msg'] = '待核销,请到核销点进行核销';
  1316. $status['_class'] = 'state-nfh';
  1317. }
  1318. }
  1319. } else if ($order['status'] == 1) {
  1320. if ($order['delivery_type'] == 'send') {//TODO 送货
  1321. $status['_type'] = 2;
  1322. $status['_title'] = '待收货';
  1323. $status['_msg'] = date('m月d日H时i分', StoreOrderStatus::getTime($order['id'], 'delivery')) . '服务商已送货';
  1324. $status['_class'] = 'state-ysh';
  1325. } else {//TODO 发货
  1326. $status['_type'] = 2;
  1327. $status['_title'] = '待收货';
  1328. if ($order['delivery_type'] == 'fictitious')
  1329. $_time = StoreOrderStatus::getTime($order['id'], 'delivery_fictitious');
  1330. else
  1331. $_time = StoreOrderStatus::getTime($order['id'], 'delivery_goods');
  1332. $status['_msg'] = date('m月d日H时i分', $_time) . '服务商已发货';
  1333. $status['_class'] = 'state-ysh';
  1334. }
  1335. } else if ($order['status'] == 2) {
  1336. $status['_type'] = 3;
  1337. $status['_title'] = '待评价';
  1338. $status['_msg'] = '已收货,快去评价一下吧';
  1339. $status['_class'] = 'state-ypj';
  1340. } else if ($order['status'] == 3) {
  1341. $status['_type'] = 4;
  1342. $status['_title'] = '交易完成';
  1343. $status['_msg'] = '交易完成,感谢您的支持';
  1344. $status['_class'] = 'state-ytk';
  1345. }
  1346. if (isset($order['pay_type']))
  1347. $status['_payType'] = isset(self::$payType[$order['pay_type']]) ? self::$payType[$order['pay_type']] : '其他方式';
  1348. if (isset($order['delivery_type']))
  1349. $status['_deliveryType'] = isset(self::$deliveryType[$order['delivery_type']]) ? self::$deliveryType[$order['delivery_type']] : '其他方式';
  1350. $order['_status'] = $status;
  1351. $order['_pay_time'] = isset($order['pay_time']) && $order['pay_time'] != null ? date('Y-m-d H:i:s', $order['pay_time']) : date('Y-m-d H:i:s', $order['add_time']);
  1352. $order['_add_time'] = isset($order['add_time']) ? (strstr($order['add_time'], '-') === false ? date('Y-m-d H:i:s', $order['add_time']) : $order['add_time']) : '';
  1353. $order['status_pic'] = '';
  1354. //获取产品状态图片
  1355. if ($isPic) {
  1356. $order_details_images = sys_data('order_details_images') ?: [];
  1357. foreach ($order_details_images as $image) {
  1358. if (isset($image['order_status']) && $image['order_status'] == $order['_status']['_type']) {
  1359. $order['status_pic'] = $image['pic'];
  1360. break;
  1361. }
  1362. }
  1363. }
  1364. $order['offlinePayStatus'] = (int)sys_config('offline_pay_status') ?? (int)2;
  1365. return $order;
  1366. }
  1367. /**
  1368. * 设置订单查询状态
  1369. * @param $status
  1370. * @param int $uid
  1371. * @param null $model
  1372. * @return StoreOrder|null
  1373. */
  1374. public static function statusByWhere($status, $uid = 0, $model = null)
  1375. {
  1376. // $orderId = StorePink::where('uid',$uid)->where('status',1)->column('order_id','id');//获取正在拼团的订单编号
  1377. if ($model == null) $model = new self;
  1378. if ('' === $status)
  1379. return $model;
  1380. else if ($status == 0)//未支付
  1381. return $model->where('paid', 0)->where('status', 0)->where('refund_status', 0);
  1382. else if ($status == 1)//待发货
  1383. return $model->where('paid', 1)->where('status', 0)->where('refund_status', 0);
  1384. else if ($status == 2)//待收货
  1385. return $model->where('paid', 1)->where('status', 1)->where('refund_status', 0);
  1386. else if ($status == 3)//待评价
  1387. return $model->where('paid', 1)->where('status', 2)->where('refund_status', 0);
  1388. else if ($status == 4)//已完成
  1389. return $model->where('paid', 1)->where('status', 3)->where('refund_status', 0);
  1390. else if ($status == -1)//退款中
  1391. return $model->where('paid', 1)->where('refund_status', 1);
  1392. else if ($status == -2)//已退款
  1393. return $model->where('paid', 1)->where('refund_status', 2);
  1394. else if ($status == -3)//退款
  1395. return $model->where('paid', 1)->where('refund_status', 'IN', '1,2');
  1396. // else if($status == 11){
  1397. // return $model->where('order_id','IN',implode(',',$orderId));
  1398. // }
  1399. else
  1400. return $model;
  1401. }
  1402. /**
  1403. * 获取订单并分页
  1404. * @param $uid
  1405. * @param string $status
  1406. * @param int $page
  1407. * @param int $limit
  1408. * @return mixed
  1409. * @throws DataNotFoundException
  1410. * @throws ModelNotFoundException
  1411. * @throws \think\exception\DbException
  1412. */
  1413. public static function getUserOrderList($uid, $status = '', $page = 0, $limit = 8)
  1414. {
  1415. if ($page) $list = self::statusByWhere($status, $uid)->where('is_del', 0)->where('uid', $uid)
  1416. ->field('add_time,seckill_id,bargain_id,combination_id,id,order_id,pay_price,total_num,total_price,pay_postage,total_postage,paid,status,refund_status,pay_type,coupon_price,deduction_price,pink_id,delivery_type,is_del,shipping_type,is_gift')
  1417. ->order('add_time DESC')->page((int)$page, (int)$limit)->select()->toArray();
  1418. else $list = self::statusByWhere($status, $uid)->where('is_del', 0)->where('uid', $uid)
  1419. ->field('add_time,seckill_id,bargain_id,combination_id,id,order_id,pay_price,total_num,total_price,pay_postage,total_postage,paid,status,refund_status,pay_type,coupon_price,deduction_price,pink_id,delivery_type,is_del,shipping_type,is_gift')
  1420. ->order('add_time DESC')->page((int)$page, (int)$limit)->select()->toArray();
  1421. foreach ($list as $k => $order) {
  1422. $list[$k] = self::tidyOrder($order, true);
  1423. }
  1424. return $list;
  1425. }
  1426. /**
  1427. * 获取推广人地下用户的订单金额
  1428. * @param string $uid
  1429. * @param string $status
  1430. * @return array
  1431. */
  1432. public static function getUserOrderCount($uid = '', $status = '')
  1433. {
  1434. $res = self::statusByWhere($status, $uid)->where('uid', 'IN', $uid)->column('pay_price');
  1435. return $res;
  1436. }
  1437. /**
  1438. * 搜索某个订单详细信息
  1439. * @param $uid
  1440. * @param $order_id
  1441. * @return bool|mixed
  1442. * @throws DataNotFoundException
  1443. * @throws ModelNotFoundException
  1444. * @throws \think\exception\DbException
  1445. */
  1446. public static function searchUserOrder($uid, $order_id)
  1447. {
  1448. $order = self::where('uid', $uid)->where('order_id', $order_id)->where('is_del', 0)->field('seckill_id,bargain_id,combination_id,id,order_id,pay_price,total_num,total_price,pay_postage,total_postage,paid,status,refund_status,pay_type,coupon_price,deduction_price,delivery_type,shipping_type,is_gift')
  1449. ->order('add_time DESC')->find();
  1450. if (!$order)
  1451. return false;
  1452. else
  1453. return self::tidyOrder($order->toArray(), true);
  1454. }
  1455. /**
  1456. * 订单评价信息记录
  1457. * @param $oid
  1458. * @return StoreOrderStatus|\think\Model
  1459. * @throws \Exception
  1460. */
  1461. public static function orderOver($oid)
  1462. {
  1463. $res = self::edit(['status' => '3'], $oid, 'id');
  1464. if (!$res) exception('评价后置操作失败!');
  1465. return StoreOrderStatus::status($oid, 'check_order_over', '用户评价');
  1466. }
  1467. /**
  1468. * 设置订单产品评价完毕事件
  1469. * @param $oid
  1470. * @return StoreOrderStatus|\think\Model
  1471. * @throws \Exception
  1472. */
  1473. public static function checkOrderOver($oid)
  1474. {
  1475. $uniqueList = StoreOrderCartInfo::where('oid', $oid)->column('unique', 'unique');
  1476. //订单产品全部评价完成
  1477. if (StoreProductReply::where('unique', 'IN', $uniqueList)->where('oid', $oid)->count() == count($uniqueList)) {
  1478. event('StoreProductOrderOver', [$oid]);
  1479. return self::orderOver($oid);
  1480. }
  1481. }
  1482. public static function getOrderStatusNum($uid)
  1483. {
  1484. $noBuy = (int)self::where('uid', $uid)->where('paid', 0)->where('is_del', 0)->where('pay_type', '<>', 'offline')->count();
  1485. $noPostageNoPink = (int)self::where('o.uid', $uid)->alias('o')->where('o.paid', 1)->where('o.pink_id', 0)->where('o.is_del', 0)->where('o.status', 0)->where('o.pay_type', '<>', 'offline')->count();
  1486. $noPostageYesPink = (int)self::where('o.uid', $uid)->alias('o')->join('StorePink p', 'o.pink_id = p.id')->where('p.status', 2)->where('o.paid', 1)->where('o.is_del', 0)->where('o.status', 0)->where('o.pay_type', '<>', 'offline')->count();
  1487. $noPostage = (int)bcadd($noPostageNoPink, $noPostageYesPink, 0);
  1488. $noTake = (int)self::where('uid', $uid)->where('paid', 1)->where('is_del', 0)->where('status', 1)->where('pay_type', '<>', 'offline')->count();
  1489. $noReply = (int)self::where('uid', $uid)->where('paid', 1)->where('is_del', 0)->where('status', 2)->count();
  1490. $noPink = (int)self::where('o.uid', $uid)->alias('o')->join('StorePink p', 'o.pink_id = p.id')->where('p.status', 1)->where('o.paid', 1)->where('o.is_del', 0)->where('o.status', 0)->where('o.pay_type', '<>', 'offline')->count();
  1491. $noRefund = (int)self::where('uid', $uid)->where('paid', 1)->where('is_del', 0)->where('refund_status', 'IN', '1,2')->count();
  1492. return compact('noBuy', 'noPostage', 'noTake', 'noReply', 'noPink', 'noRefund');
  1493. }
  1494. /**
  1495. * 获取当前订单中有没有拼团存在
  1496. * @param $pid
  1497. * @return int|string
  1498. */
  1499. public static function getIsOrderPink($pid = 0, $uid = 0)
  1500. {
  1501. return self::where('uid', $uid)->where('pink_id', $pid)->where('refund_status', 0)->where('is_del', 0)->count();
  1502. }
  1503. /**
  1504. * 获取order_id
  1505. * @param $pid
  1506. * @return mixed
  1507. */
  1508. public static function getStoreIdPink($pid = 0, $uid = 0)
  1509. {
  1510. return self::where('uid', $uid)->where('pink_id', $pid)->where('is_del', 0)->value('order_id');
  1511. }
  1512. /**
  1513. * 删除当前用户拼团未支付的订单
  1514. */
  1515. public static function delCombination()
  1516. {
  1517. self::where('combination', '>', 0)->where('paid', 0)->where('uid', User::getActiveUid())->delete();
  1518. }
  1519. public static function getUserPrice($uid = 0)
  1520. {
  1521. if (!$uid) return 0;
  1522. $price = self::where('paid', 1)->where('uid', $uid)->where('status', 2)->where('refund_status', 0)->column('pay_price', 'id');
  1523. $count = 0;
  1524. if ($price) {
  1525. foreach ($price as $v) {
  1526. $count = bcadd($count, $v, 2);
  1527. }
  1528. }
  1529. return $count;
  1530. }
  1531. /**
  1532. * 个人中心获取个人订单列表和订单搜索
  1533. * @param int $uid 用户uid
  1534. * @param int | string 查找订单类型
  1535. * @param int $first 分页
  1536. * @param int 每页显示多少条
  1537. * @param string $search 订单号
  1538. * @return array
  1539. * */
  1540. public static function getUserOrderSearchList($uid, $type, $page, $limit, $search)
  1541. {
  1542. if ($search) {
  1543. $order = self::searchUserOrder($uid, $search) ?: [];
  1544. $list = $order == false ? [] : [$order];
  1545. } else {
  1546. $list = self::getUserOrderList($uid, $type, $page, $limit);
  1547. }
  1548. foreach ($list as $k => $order) {
  1549. $list[$k] = self::tidyOrder($order, true);
  1550. if ($list[$k]['_status']['_type'] == 3) {
  1551. foreach ($order['cartInfo'] ?: [] as $key => $product) {
  1552. $list[$k]['cartInfo'][$key]['is_reply'] = StoreProductReply::isReply($product['unique'], 'product');
  1553. $list[$k]['cartInfo'][$key]['add_time'] = isset($product['add_time']) ? date('Y-m-d H:i', $product['add_time']) : '时间错误';
  1554. }
  1555. }
  1556. }
  1557. return $list;
  1558. }
  1559. /**
  1560. * 获取用户下级的订单
  1561. * @param int $xuid 下级用户用户uid
  1562. * @param int $uid 用户uid
  1563. * @param int $type 订单类型
  1564. * @param int $first 截取行数
  1565. * @param int $limit 展示条数
  1566. * @return array
  1567. * */
  1568. public static function getSubordinateOrderlist($xUid, $uid, $type, $first, $limit)
  1569. {
  1570. $list = [];
  1571. if (!$xUid) {
  1572. $arr = User::getOneSpreadUid($uid);
  1573. foreach ($arr as $v) $list = StoreOrder::getUserOrderList($v, $type, $first, $limit);
  1574. } else $list = self::getUserOrderList($xUid, $type, $first, $limit);
  1575. foreach ($list as $k => $order) {
  1576. $list[$k] = self::tidyOrder($order, true);
  1577. if ($list[$k]['_status']['_type'] == 3) {
  1578. foreach ($order['cartInfo'] ?: [] as $key => $product) {
  1579. $list[$k]['cartInfo'][$key]['is_reply'] = StoreProductReply::isReply($product['unique'], 'product');
  1580. }
  1581. }
  1582. }
  1583. return $list;
  1584. }
  1585. /**
  1586. * 获取 今日 昨日 本月 订单金额
  1587. * @return mixed
  1588. */
  1589. public static function getOrderTimeData()
  1590. {
  1591. $to_day = strtotime(date('Y-m-d'));//今日
  1592. $pre_day = strtotime(date('Y-m-d', strtotime('-1 day')));//昨日
  1593. $now_month = strtotime(date('Y-m'));//本月
  1594. //今日成交额
  1595. // $data['todayPrice'] = (float)number_format(self::where('is_del', 0)->where('pay_time', '>=', $to_day)->where('paid', 1)->where('refund_status', 0)->value('sum(pay_price)'), 2) ?? 0;
  1596. $data['todayPrice'] = number_format(self::where('is_del', 0)->where('pay_time', '>=', $to_day)->where('paid', 1)->where('refund_status', 0)->value('sum(pay_price)'), 2) ?? 0;
  1597. //今日订单数
  1598. $data['todayCount'] = self::where('is_del', 0)->where('pay_time', '>=', $to_day)->where('paid', 1)->where('refund_status', 0)->count();
  1599. //昨日成交额
  1600. $data['proPrice'] = number_format(self::where('is_del', 0)->where('pay_time', '<', $to_day)->where('pay_time', '>=', $pre_day)->where('paid', 1)->where('refund_status', 0)->value('sum(pay_price)'), 2) ?? 0;
  1601. //昨日订单数
  1602. $data['proCount'] = self::where('is_del', 0)->where('pay_time', '<', $to_day)->where('pay_time', '>=', $pre_day)->where('paid', 1)->where('refund_status', 0)->count();
  1603. //本月成交额
  1604. $data['monthPrice'] = number_format(self::where('is_del', 0)->where('pay_time', '>=', $now_month)->where('paid', 1)->where('refund_status', 0)->value('sum(pay_price)'), 2) ?? 0;
  1605. //本月订单数
  1606. $data['monthCount'] = self::where('is_del', 0)->where('pay_time', '>=', $now_month)->where('paid', 1)->where('refund_status', 0)->count();
  1607. return $data;
  1608. }
  1609. /**
  1610. * 获取某个用户的订单统计数据
  1611. * @param $uid
  1612. * @return mixed
  1613. */
  1614. public static function getOrderData($uid)
  1615. {
  1616. //订单支付没有退款 数量
  1617. $data['order_count'] = self::where('is_del', 0)->where('paid', 1)->where('uid', $uid)->where('refund_status', 0)->count();
  1618. //订单支付没有退款 支付总金额
  1619. $data['sum_price'] = self::where('is_del', 0)->where('paid', 1)->where('uid', $uid)->where('refund_status', 0)->sum('pay_price');
  1620. //订单待支付 数量
  1621. $data['unpaid_count'] = self::statusByWhere(0, $uid)->where('is_del', 0)->where('uid', $uid)->count();
  1622. //订单待发货 数量
  1623. $data['unshipped_count'] = self::statusByWhere(1, $uid)->where('is_del', 0)->where('uid', $uid)->count();
  1624. //订单待收货 数量
  1625. $data['received_count'] = self::statusByWhere(2, $uid)->where('is_del', 0)->where('uid', $uid)->count();
  1626. //订单待评价 数量
  1627. $data['evaluated_count'] = self::statusByWhere(3, $uid)->where('is_del', 0)->where('uid', $uid)->count();
  1628. //订单已完成 数量
  1629. $data['complete_count'] = self::statusByWhere(4, $uid)->where('is_del', 0)->where('uid', $uid)->count();
  1630. //订单退款
  1631. $data['refund_count'] = self::statusByWhere(-1, $uid)->where('is_del', 0)->where('uid', $uid)->count();
  1632. return $data;
  1633. }
  1634. /**
  1635. * 获取订单统计数据
  1636. * @param $uid
  1637. * @return mixed
  1638. */
  1639. public static function getOrderDataAdmin()
  1640. {
  1641. //订单支付没有退款 数量
  1642. $data['order_count'] = self::where('is_del', 0)->where('paid', 1)->where('refund_status', 0)->count();
  1643. //订单支付没有退款 支付总金额
  1644. $data['sum_price'] = self::where('is_del', 0)->where('paid', 1)->where('refund_status', 0)->sum('pay_price');
  1645. //订单待支付 数量
  1646. $data['unpaid_count'] = self::statusByWhere(0, 0)->where('is_del', 0)->count();
  1647. //订单待发货 数量
  1648. $data['unshipped_count'] = self::statusByWhere(1, 0)->where('is_del', 0)->count();
  1649. //订单待收货 数量
  1650. $data['received_count'] = self::statusByWhere(2, 0)->where('is_del', 0)->count();
  1651. //订单待评价 数量
  1652. $data['evaluated_count'] = self::statusByWhere(3, 0)->where('is_del', 0)->count();
  1653. //订单已完成 数量
  1654. $data['complete_count'] = self::statusByWhere(4, 0)->where('is_del', 0)->count();
  1655. //订单退款 数量
  1656. $data['refund_count'] = self::statusByWhere(-3, 0)->where('is_del', 0)->count();
  1657. return $data;
  1658. }
  1659. /**
  1660. * 累计消费
  1661. * @param $uid
  1662. * @return float
  1663. */
  1664. public static function getOrderStatusSum($uid)
  1665. {
  1666. return self::where('uid', $uid)->where('is_del', 0)->where('paid', 1)->sum('pay_price');
  1667. }
  1668. public static function getPinkOrderId($id)
  1669. {
  1670. return self::where('id', $id)->value('order_id');
  1671. }
  1672. /**
  1673. * 未支付订单自动取消
  1674. * @param int $limit 分页截取条数
  1675. * @param string $prefid 缓存名称
  1676. * @param int $expire 缓存时间
  1677. * @return string|null
  1678. * @throws \Psr\SimpleCache\InvalidArgumentException
  1679. */
  1680. public static function orderUnpaidCancel()
  1681. {
  1682. //系统预设取消订单时间段
  1683. $keyValue = ['order_cancel_time', 'order_activity_time', 'order_bargain_time', 'order_seckill_time', 'order_pink_time'];
  1684. //获取配置
  1685. $systemValue = SystemConfigService::more($keyValue);
  1686. //格式化数据
  1687. $systemValue = self::setValeTime($keyValue, is_array($systemValue) ? $systemValue : []);
  1688. //检查是否有未支付的订单 未支付查询条件
  1689. $unPidCount = self::where('paid', 0)->where('pay_type', '<>', 'offline')->where('is_del', 0)->where('status', 0)->where('refund_status', 0)->count();
  1690. if (!$unPidCount) return null;
  1691. try {
  1692. $res = true;
  1693. // 未支付查询条件
  1694. $orderList = self::where('paid', 0)->where('pay_type', '<>', 'offline')->where('is_del', 0)->where('status', 0)->where('refund_status', 0)->field('add_time,pink_id,order_id,seckill_id,bargain_id,combination_id,status,cart_id,use_integral,refund_status,uid,unique,back_integral,coupon_id,paid,is_del')->select();
  1695. foreach ($orderList as $order) {
  1696. if ($order['seckill_id']) {
  1697. //优先使用单独配置的过期时间
  1698. $order_seckill_time = $systemValue['order_seckill_time'] ? $systemValue['order_seckill_time'] : $systemValue['order_activity_time'];
  1699. $res = $res && self::RegressionAll($order_seckill_time, $order);
  1700. unset($order_seckill_time);
  1701. } else if ($order['bargain_id']) {
  1702. $order_bargain_time = $systemValue['order_bargain_time'] ? $systemValue['order_bargain_time'] : $systemValue['order_activity_time'];
  1703. $res = $res && self::RegressionAll($order_bargain_time, $order);
  1704. unset($order_bargain_time);
  1705. } else if ($order['pink_id'] || $order['combination_id']) {
  1706. $order_pink_time = $systemValue['order_pink_time'] ? $systemValue['order_pink_time'] : $systemValue['order_activity_time'];
  1707. $res = $res && self::RegressionAll($order_pink_time, $order);
  1708. unset($order_pink_time);
  1709. } else {
  1710. $res = $res && self::RegressionAll($systemValue['order_cancel_time'], $order);
  1711. }
  1712. }
  1713. if (!$res) throw new \Exception('更新错误');
  1714. unset($orderList, $res, $pages);
  1715. return null;
  1716. } catch (PDOException $e) {
  1717. Log::error('未支付自动取消时发生数据库查询错误,错误原因为:' . $e->getMessage());
  1718. throw new \Exception($e->getMessage());
  1719. } catch (\think\Exception $e) {
  1720. Log::error('未支付自动取消时发生系统错误,错误原因为:' . $e->getMessage());
  1721. throw new \Exception($e->getMessage());
  1722. }
  1723. }
  1724. /**
  1725. * 未支付订单超过预设时间回退所有,如果不设置未支付过期时间,将不取消订单
  1726. * @param $time 预设时间
  1727. * @param $order 订单详情
  1728. * @return bool
  1729. * @throws DataNotFoundException
  1730. * @throws ModelNotFoundException
  1731. * @throws \think\exception\DbException
  1732. */
  1733. protected static function RegressionAll($time, $order)
  1734. {
  1735. if ($time == 0) return true;
  1736. if (($order['add_time'] + bcmul($time, 3600, 0)) < time()) {
  1737. $res1 = self::RegressionStock($order);
  1738. $res2 = self::RegressionIntegral($order);
  1739. $res3 = self::RegressionCoupon($order);
  1740. $res = $res1 && $res2 && $res3;
  1741. if ($res) $res = false !== self::where('order_id', $order['order_id'])->update(['is_del' => 1, 'mark' => '订单未支付已超过系统预设时间']);
  1742. unset($res1, $res2, $res3);
  1743. return $res;
  1744. } else
  1745. return true;
  1746. }
  1747. /**
  1748. * 格式化数据
  1749. * @param array $array 原本数据键
  1750. * @param $value 需要格式化的数据
  1751. * @param int $default 默认值
  1752. * @return mixed
  1753. */
  1754. protected static function setValeTime(array $array, $value, $default = 0)
  1755. {
  1756. foreach ($array as $item) {
  1757. if (!isset($value[$item]))
  1758. $value[$item] = $default;
  1759. else if (is_string($value[$item]))
  1760. $value[$item] = (float)$value[$item];
  1761. }
  1762. return $value;
  1763. }
  1764. public static function getOrderTotalPrice($cartInfo)
  1765. {
  1766. $totalPrice = 0;
  1767. foreach ($cartInfo as $cart) {
  1768. $totalPrice = bcadd($totalPrice, bcmul($cart['cart_num'], $cart['truePrice'], 2), 2);
  1769. }
  1770. return $totalPrice;
  1771. }
  1772. public static function getOrderCostPrice($cartInfo)
  1773. {
  1774. $costPrice = 0;
  1775. foreach ($cartInfo as $cart) {
  1776. $costPrice = bcadd($costPrice, bcmul($cart['cart_num'], $cart['costPrice'], 2), 2);
  1777. }
  1778. return $costPrice;
  1779. }
  1780. public static function getCombinationOrderCostPrice($cartInfo)
  1781. {
  1782. $costPrice = 0;
  1783. foreach ($cartInfo as $cart) {
  1784. if ($cart['combination_id']) {
  1785. $costPrice = bcadd($costPrice, bcmul($cart['cart_num'], StoreCombination::where('id', $cart['combination_id'])->value('price'), 2), 2);
  1786. }
  1787. }
  1788. return (float)$costPrice;
  1789. }
  1790. public static function yueRefundAfter($order)
  1791. {
  1792. }
  1793. /**
  1794. * 获取余额支付的金额
  1795. * @param $uid
  1796. * @return float|int
  1797. */
  1798. public static function getOrderStatusYueSum($uid)
  1799. {
  1800. return self::where('uid', $uid)->where('is_del', 0)->where('is_del', 0)->where('pay_type', 'yue')->where('paid', 1)->sum('pay_price');
  1801. }
  1802. /**
  1803. * 砍价支付成功订单数量
  1804. * @param $bargain
  1805. * @return int
  1806. */
  1807. public static function getBargainPayCount($bargain)
  1808. {
  1809. return self::where('bargain_id', $bargain)->where(['paid' => 1, 'refund_status' => 0])->count();
  1810. }
  1811. /**
  1812. * 7天自动收货
  1813. * @return bool
  1814. */
  1815. public static function startTakeOrder()
  1816. {
  1817. //7天前时间戳
  1818. $systemDeliveryTime = SystemConfigService::get('system_delivery_time') ?? 0;
  1819. //0为取消自动收货功能
  1820. if ($systemDeliveryTime == 0) return true;
  1821. $sevenDay = strtotime(date('Y-m-d H:i:s', strtotime('-' . $systemDeliveryTime . ' day')));
  1822. $model = new self;
  1823. $model = $model->alias('o');
  1824. $model = $model->join('StoreOrderStatus s', 's.oid=o.id');
  1825. $model = $model->where('o.paid', 1);
  1826. $model = $model->where('s.change_type', 'delivery_goods');
  1827. $model = $model->where('s.change_time', '<', $sevenDay);
  1828. $model = $model->where('o.status', 1);
  1829. $model = $model->where('o.refund_status', 0);
  1830. $model = $model->where('o.is_del', 0);
  1831. $orderInfo = $model->column('id', 'id');
  1832. if (!count($orderInfo)) return true;
  1833. $res = true;
  1834. foreach ($orderInfo as $key => &$item) {
  1835. $order = self::get($item);
  1836. if ($order['status'] == 2) continue;
  1837. if ($order['paid'] == 1 && $order['status'] == 1) $data['status'] = 2;
  1838. else if ($order['pay_type'] == 'offline') $data['status'] = 2;
  1839. else continue;
  1840. if (!self::edit($data, $item, 'id')) continue;
  1841. try {
  1842. OrderRepository::storeProductOrderTakeDeliveryAdmin($order, $item);
  1843. $res = $res && true;
  1844. } catch (\Exception $e) {
  1845. $res = $res && false;
  1846. }
  1847. $res = $res && StoreOrderStatus::status($item, 'take_delivery', '已收货[自动收货]');
  1848. }
  1849. if (!$res) {
  1850. throw new \Exception('');
  1851. }
  1852. }
  1853. /**
  1854. * 获取订单信息
  1855. * @param $id
  1856. * @param string $field
  1857. * @return array|null|\think\Model
  1858. * @throws DataNotFoundException
  1859. * @throws ModelNotFoundException
  1860. * @throws \think\exception\DbException
  1861. */
  1862. public static function getOrderInfo($id, $field = 'order_id')
  1863. {
  1864. return self::where('id', $id)->field($field)->find();
  1865. }
  1866. /**
  1867. * 订单每月统计数据
  1868. * @param $page
  1869. * @param $limit
  1870. * @return array
  1871. */
  1872. public static function getOrderDataPriceCount($page, $limit, $start, $stop)
  1873. {
  1874. if (!$limit) return [];
  1875. $model = new self;
  1876. if ($start != '' && $stop != '') $model = $model->where('pay_time', '>', $start)->where('pay_time', '<=', $stop);
  1877. $model = $model->field('sum(pay_price) as price,count(id) as count,FROM_UNIXTIME(pay_time, \'%m-%d\') as time');
  1878. $model = $model->where('is_del', 0);
  1879. $model = $model->where('paid', 1);
  1880. $model = $model->where('refund_status', 0);
  1881. $model = $model->group("FROM_UNIXTIME(pay_time, '%Y-%m-%d')");
  1882. $model = $model->order('pay_time DESC');
  1883. if ($page) $model = $model->page($page, $limit);
  1884. return $model->select();
  1885. }
  1886. /**
  1887. * 前台订单管理订单列表获取
  1888. * @param $where
  1889. * @return mixed
  1890. */
  1891. public static function orderList($where)
  1892. {
  1893. $model = self::getOrderWhere($where, self::alias('a')->join('user r', 'r.uid=a.uid', 'LEFT'), 'a.', 'r')->field('a.id,a.order_id,a.add_time,a.status,a.total_num,a.total_price,a.total_postage,a.pay_price,a.pay_postage,a.paid,a.refund_status,a.remark,a.pay_type');
  1894. if ($where['order'] != '') {
  1895. $model = $model->order(self::setOrder($where['order']));
  1896. } else {
  1897. $model = $model->order('a.id desc');
  1898. }
  1899. $data = ($data = $model->page((int)$where['page'], (int)$where['limit'])->select()) && count($data) ? $data->toArray() : [];
  1900. return self::tidyAdminOrder($data);
  1901. }
  1902. /**
  1903. * 前台订单管理 订单信息设置
  1904. * @param $data
  1905. * @param bool $status
  1906. * @return mixed
  1907. * @throws DataNotFoundException
  1908. * @throws ModelNotFoundException
  1909. * @throws \think\exception\DbException
  1910. */
  1911. public static function tidyAdminOrder($data, $status = false)
  1912. {
  1913. foreach ($data as &$item) {
  1914. $_info = StoreOrderCartInfo::where('oid', $item['id'])->field('cart_info')->select()->toArray();
  1915. foreach ($_info as $k => $v) {
  1916. if (!is_array($v['cart_info']))
  1917. $_info[$k]['cart_info'] = json_decode($v['cart_info'], true);
  1918. }
  1919. foreach ($_info as $k => $v) {
  1920. unset($_info[$k]['cart_info']['type'], $_info[$k]['cart_info']['product_id'], $_info[$k]['cart_info']['combination_id'], $_info[$k]['cart_info']['seckill_id'], $_info[$k]['cart_info']['bargain_id'], $_info[$k]['cart_info']['bargain_id'], $_info[$k]['cart_info']['truePrice'], $_info[$k]['cart_info']['vip_truePrice'], $_info[$k]['cart_info']['trueStock'], $_info[$k]['cart_info']['costPrice'], $_info[$k]['cart_info']['productInfo']['id'], $_info[$k]['cart_info']['productInfo']['vip_price'], $_info[$k]['cart_info']['productInfo']['postage'], $_info[$k]['cart_info']['productInfo']['give_integral'], $_info[$k]['cart_info']['productInfo']['sales'], $_info[$k]['cart_info']['productInfo']['stock'], $_info[$k]['cart_info']['productInfo']['unit_name'], $_info[$k]['cart_info']['productInfo']['is_postage'], $_info[$k]['cart_info']['productInfo']['slider_image'], $_info[$k]['cart_info']['productInfo']['cost'], $_info[$k]['cart_info']['productInfo']['mer_id'], $_info[$k]['cart_info']['productInfo']['cate_id'], $_info[$k]['cart_info']['productInfo']['is_show'], $_info[$k]['cart_info']['productInfo']['store_info'], $_info[$k]['cart_info']['productInfo']['is_del'], $_info[$k]['cart_info']['is_pay'], $_info[$k]['cart_info']['is_del'], $_info[$k]['cart_info']['is_new'], $_info[$k]['cart_info']['add_time'], $_info[$k]['cart_info']['id'], $_info[$k]['cart_info']['uid'], $_info[$k]['cart_info']['product_attr_unique']);
  1921. $_info[$k]['cart_info']['productInfo']['suk'] = '';
  1922. if (isset($v['cart_info']['productInfo']['attrInfo'])) {
  1923. $_info[$k]['cart_info']['productInfo']['image'] = $_info[$k]['cart_info']['productInfo']['attrInfo']['image'];
  1924. $_info[$k]['cart_info']['productInfo']['price'] = $_info[$k]['cart_info']['productInfo']['attrInfo']['price'];
  1925. $_info[$k]['cart_info']['productInfo']['suk'] = $_info[$k]['cart_info']['productInfo']['attrInfo']['suk'];
  1926. unset($_info[$k]['cart_info']['productInfo']['attrInfo']);
  1927. }
  1928. if (!isset($v['cart_info']['productInfo']['ot_price'])) {
  1929. $_info[$k]['cart_info']['productInfo']['ot_price'] = $v['cart_info']['productInfo']['price'];
  1930. }
  1931. }
  1932. $item['_info'] = $_info;
  1933. $item['add_time'] = date('Y-m-d H:i:s', $item['add_time']);
  1934. // if($item['pink_id'] || $item['combination_id']){
  1935. // $pinkStatus = StorePink::where('order_id_key',$item['id'])->value('status');
  1936. // switch ($pinkStatus){
  1937. // case 1:
  1938. // $item['pink_name'] = '[拼团订单]正在进行中';
  1939. // $item['color'] = '#f00';
  1940. // break;
  1941. // case 2:
  1942. // $item['pink_name'] = '[拼团订单]已完成';
  1943. // $item['color'] = '#00f';
  1944. // break;
  1945. // case 3:
  1946. // $item['pink_name'] = '[拼团订单]未完成';
  1947. // $item['color'] = '#f0f';
  1948. // break;
  1949. // default:
  1950. // $item['pink_name'] = '[拼团订单]历史订单';
  1951. // $item['color'] = '#457856';
  1952. // break;
  1953. // }
  1954. // }elseif ($item['seckill_id']){
  1955. // $item['pink_name'] = '[秒杀订单]';
  1956. // $item['color'] = '#32c5e9';
  1957. // }elseif ($item['bargain_id']){
  1958. // $item['pink_name'] = '[砍价订单]';
  1959. // $item['color'] = '#12c5e9';
  1960. // }else{
  1961. // $item['pink_name'] = '[普通订单]';
  1962. // $item['color'] = '#895612';
  1963. // }
  1964. // if($item['paid']==1){
  1965. // switch ($item['pay_type']){
  1966. // case 'weixin':
  1967. // $item['pay_type_name']='微信支付';
  1968. // break;
  1969. // case 'yue':
  1970. // $item['pay_type_name']='余额支付';
  1971. // break;
  1972. // case 'offline':
  1973. // $item['pay_type_name']='线下支付';
  1974. // break;
  1975. // default:
  1976. // $item['pay_type_name']='其他支付';
  1977. // break;
  1978. // }
  1979. // }else{
  1980. // switch ($item['pay_type']){
  1981. // default:
  1982. // $item['pay_type_name']='未支付';
  1983. // break;
  1984. // case 'offline':
  1985. // $item['pay_type_name']='线下支付';
  1986. // $item['pay_type_info']=1;
  1987. // break;
  1988. // }
  1989. // }
  1990. if ($status) {
  1991. $status = [];
  1992. if (!$item['paid'] && $item['pay_type'] == 'offline' && !$item['status'] >= 2) {
  1993. $status['_type'] = 9;
  1994. $status['_title'] = '线下付款';
  1995. $status['_msg'] = '商家处理中,请耐心等待';
  1996. $status['_class'] = 'nobuy';
  1997. } else if (!$item['paid']) {
  1998. $status['_type'] = 0;
  1999. $status['_title'] = '未支付';
  2000. //系统预设取消订单时间段
  2001. $keyValue = ['order_cancel_time', 'order_activity_time', 'order_bargain_time', 'order_seckill_time', 'order_pink_time'];
  2002. //获取配置
  2003. $systemValue = SystemConfigService::more($keyValue);
  2004. //格式化数据
  2005. $systemValue = self::setValeTime($keyValue, is_array($systemValue) ? $systemValue : []);
  2006. if ($item['pink_id'] || $item['combination_id']) {
  2007. $order_pink_time = $systemValue['order_pink_time'] ? $systemValue['order_pink_time'] : $systemValue['order_activity_time'];
  2008. $time = bcadd($item['add_time'], $order_pink_time * 3600, 0);
  2009. $status['_msg'] = '请在' . date('Y-m-d H:i:s', $time) . '前完成支付!';
  2010. } else if ($item['seckill_id']) {
  2011. $order_seckill_time = $systemValue['order_seckill_time'] ? $systemValue['order_seckill_time'] : $systemValue['order_activity_time'];
  2012. $time = bcadd($item['add_time'], $order_seckill_time * 3600, 0);
  2013. $status['_msg'] = '请在' . date('Y-m-d H:i:s', $time) . '前完成支付!';
  2014. } else if ($item['bargain_id']) {
  2015. $order_bargain_time = $systemValue['order_bargain_time'] ? $systemValue['order_bargain_time'] : $systemValue['order_activity_time'];
  2016. $time = bcadd($item['add_time'], $order_bargain_time * 3600, 0);
  2017. $status['_msg'] = '请在' . date('Y-m-d H:i:s', $time) . '前完成支付!';
  2018. } else {
  2019. $time = bcadd($item['add_time'], $systemValue['order_cancel_time'] * 3600, 0);
  2020. $status['_msg'] = '请在' . date('Y-m-d H:i:s', $time) . '前完成支付!';
  2021. }
  2022. $status['_class'] = 'nobuy';
  2023. } else if ($item['refund_status'] == 1) {
  2024. $status['_type'] = -1;
  2025. $status['_title'] = '申请退款中';
  2026. $status['_msg'] = '商家审核中,请耐心等待';
  2027. $status['_class'] = 'state-sqtk';
  2028. } else if ($item['refund_status'] == 2) {
  2029. $status['_type'] = -2;
  2030. $status['_title'] = '已退款';
  2031. $status['_msg'] = '已为您退款,感谢您的支持';
  2032. $status['_class'] = 'state-sqtk';
  2033. } else if (!$item['status']) {
  2034. if ($item['pink_id']) {
  2035. if (StorePink::where('id', $item['pink_id'])->where('status', 1)->count()) {
  2036. $status['_type'] = 11;
  2037. $status['_title'] = '拼团中';
  2038. $status['_msg'] = '等待其他人参加拼团';
  2039. $status['_class'] = 'state-nfh';
  2040. } else {
  2041. $status['_type'] = 1;
  2042. $status['_title'] = '未发货';
  2043. $status['_msg'] = '商家未发货,请耐心等待';
  2044. $status['_class'] = 'state-nfh';
  2045. }
  2046. } else {
  2047. $status['_type'] = 1;
  2048. $status['_title'] = '未发货';
  2049. $status['_msg'] = '商家未发货,请耐心等待';
  2050. $status['_class'] = 'state-nfh';
  2051. }
  2052. } else if ($item['status'] == 1) {
  2053. if ($item['delivery_type'] == 'send') {//TODO 送货
  2054. $status['_type'] = 2;
  2055. $status['_title'] = '待收货';
  2056. $status['_msg'] = date('m月d日H时i分', StoreOrderStatus::getTime($item['id'], 'delivery')) . '服务商已送货';
  2057. $status['_class'] = 'state-ysh';
  2058. } else {//TODO 发货
  2059. $status['_type'] = 2;
  2060. $status['_title'] = '待收货';
  2061. $status['_msg'] = date('m月d日H时i分', StoreOrderStatus::getTime($item['id'], 'delivery_goods')) . '服务商已发货';
  2062. $status['_class'] = 'state-ysh';
  2063. }
  2064. } else if ($item['status'] == 2) {
  2065. $status['_type'] = 3;
  2066. $status['_title'] = '待评价';
  2067. $status['_msg'] = '已收货,快去评价一下吧';
  2068. $status['_class'] = 'state-ypj';
  2069. } else if ($item['status'] == 3) {
  2070. $status['_type'] = 4;
  2071. $status['_title'] = '交易完成';
  2072. $status['_msg'] = '交易完成,感谢您的支持';
  2073. $status['_class'] = 'state-ytk';
  2074. }
  2075. if (isset($item['pay_type']))
  2076. $status['_payType'] = isset(self::$payType[$item['pay_type']]) ? self::$payType[$item['pay_type']] : '其他方式';
  2077. if (isset($item['delivery_type']))
  2078. $status['_deliveryType'] = isset(self::$deliveryType[$item['delivery_type']]) ? self::$deliveryType[$item['delivery_type']] : '其他方式';
  2079. $item['_status'] = $status;
  2080. } else {
  2081. if ($item['paid'] == 0 && $item['status'] == 0) {
  2082. $item['status_name'] = '未支付';
  2083. } else if ($item['paid'] == 1 && $item['status'] == 0 && $item['refund_status'] == 0) {
  2084. $item['status_name'] = '未发货';
  2085. } else if ($item['paid'] == 1 && $item['status'] == 1 && $item['refund_status'] == 0) {
  2086. $item['status_name'] = '待收货';
  2087. } else if ($item['paid'] == 1 && $item['status'] == 2 && $item['refund_status'] == 0) {
  2088. $item['status_name'] = '待评价';
  2089. } else if ($item['paid'] == 1 && $item['status'] == 3 && $item['refund_status'] == 0) {
  2090. $item['status_name'] = '已完成';
  2091. }
  2092. }
  2093. // unset($item['refund_status']);
  2094. // else if($item['paid']==1 && $item['refund_status']==1){
  2095. // $item['status_name']=<<<HTML
  2096. //<b style="color:#f124c7">申请退款</b><br/>
  2097. //<span>退款原因:{$item['refund_reason_wap']}</span>
  2098. //HTML;
  2099. // }else if($item['paid']==1 && $item['refund_status']==2){
  2100. // $item['status_name']='已退款';
  2101. // }
  2102. // if($item['paid']==0 && $item['status']==0 && $item['refund_status']==0){
  2103. // $item['_status']=1;
  2104. // }else if($item['paid']==1 && $item['status']==0 && $item['refund_status']==0){
  2105. // $item['_status']=2;
  2106. // }else if($item['paid']==1 && $item['refund_status']==1){
  2107. // $item['_status']=3;
  2108. // }else if($item['paid']==1 && $item['status']==1 && $item['refund_status']==0){
  2109. // $item['_status']=4;
  2110. // }else if($item['paid']==1 && $item['status']==2 && $item['refund_status']==0){
  2111. // $item['_status']=5;
  2112. // }else if($item['paid']==1 && $item['status']==3 && $item['refund_status']==0){
  2113. // $item['_status']=6;
  2114. // }else if($item['paid']==1 && $item['refund_status']==2){
  2115. // $item['_status']=7;
  2116. // }
  2117. }
  2118. return $data;
  2119. }
  2120. /**
  2121. * 处理where条件
  2122. * @param $where
  2123. * @param $model
  2124. * @param string $aler
  2125. * @param string $join
  2126. * @return StoreOrder|null
  2127. */
  2128. public static function getOrderWhere($where, $model, $aler = '', $join = '')
  2129. {
  2130. if (isset($where['status']) && $where['status'] != '') $model = self::statusWhere($where['status'], $model, $aler);
  2131. if (isset($where['is_del']) && $where['is_del'] != '' && $where['is_del'] != -1) $model = $model->where($aler . 'is_del', $where['is_del']);
  2132. if (isset($where['combination_id'])) {
  2133. if ($where['combination_id'] == '普通订单') {
  2134. $model = $model->where($aler . 'combination_id', 0)->where($aler . 'seckill_id', 0)->where($aler . 'bargain_id', 0);
  2135. }
  2136. if ($where['combination_id'] == '拼团订单') {
  2137. $model = $model->where($aler . 'combination_id', ">", 0)->where($aler . 'pink_id', ">", 0);
  2138. }
  2139. if ($where['combination_id'] == '秒杀订单') {
  2140. $model = $model->where($aler . 'seckill_id', ">", 0);
  2141. }
  2142. if ($where['combination_id'] == '砍价订单') {
  2143. $model = $model->where($aler . 'bargain_id', ">", 0);
  2144. }
  2145. }
  2146. if (isset($where['type'])) {
  2147. switch ($where['type']) {
  2148. case 1:
  2149. $model = $model->where($aler . 'combination_id', 0)->where($aler . 'seckill_id', 0)->where($aler . 'bargain_id', 0);
  2150. break;
  2151. case 2:
  2152. $model = $model->where($aler . 'combination_id', ">", 0);
  2153. break;
  2154. case 3:
  2155. $model = $model->where($aler . 'seckill_id', ">", 0);
  2156. break;
  2157. case 4:
  2158. $model = $model->where($aler . 'bargain_id', ">", 0);
  2159. break;
  2160. }
  2161. }
  2162. if (isset($where['real_name']) && $where['real_name'] != '')
  2163. $model = $model->where($aler . 'order_id|' . $aler . 'real_name|' . $aler . 'user_phone' . ($join ? '|' . $join . '.nickname|' . $join . '.uid' : ''), 'LIKE', "%$where[real_name]%");
  2164. if (isset($where['data']) && $where['data'] !== '')
  2165. $model = self::getModelTime($where, $model, $aler . 'add_time');
  2166. return $model;
  2167. }
  2168. /**
  2169. * 设置where条件
  2170. * @param $status
  2171. * @param null $model
  2172. * @param string $alert
  2173. * @return StoreOrder|null
  2174. */
  2175. public static function statusWhere($status, $model = null, $alert = '')
  2176. {
  2177. if ($model == null) $model = new self;
  2178. if ('' === $status)
  2179. return $model;
  2180. else if ($status == 0)//未支付
  2181. return $model->where($alert . 'paid', 0)->where($alert . 'status', 0)->where($alert . 'refund_status', 0);
  2182. else if ($status == 1)//已支付 未发货
  2183. return $model->where($alert . 'paid', 1)->where($alert . 'status', 0)->where($alert . 'refund_status', 0);
  2184. else if ($status == 2)//已支付 待收货
  2185. return $model->where($alert . 'paid', 1)->where($alert . 'status', 1)->where($alert . 'refund_status', 0);
  2186. else if ($status == 3)// 已支付 已收货 待评价
  2187. return $model->where($alert . 'paid', 1)->where($alert . 'status', 2)->where($alert . 'refund_status', 0);
  2188. else if ($status == 4)// 交易完成
  2189. return $model->where($alert . 'paid', 1)->where($alert . 'status', 3)->where($alert . 'refund_status', 0);
  2190. else if ($status == -1)//退款中
  2191. return $model->where($alert . 'paid', 1)->where($alert . 'refund_status', 1);
  2192. else if ($status == -2)//已退款
  2193. return $model->where($alert . 'paid', 1)->where($alert . 'refund_status', 2);
  2194. else if ($status == -3)//退款
  2195. return $model->where($alert . 'paid', 1)->where($alert . 'refund_status', 'in', '1,2');
  2196. else
  2197. return $model;
  2198. }
  2199. /**
  2200. * 订单详情 管理员
  2201. * @param $orderId
  2202. * @param string $field
  2203. * @return array|null|\think\Model
  2204. * @throws DataNotFoundException
  2205. * @throws ModelNotFoundException
  2206. * @throws \think\exception\DbException
  2207. */
  2208. public static function getAdminOrderDetail($orderId, $field = '*')
  2209. {
  2210. return self::where('order_id', $orderId)->field($field)->find();
  2211. }
  2212. /**
  2213. * 获取指定时间区间的支付金额 管理员
  2214. * @param $start
  2215. * @param $stop
  2216. * @return float
  2217. */
  2218. public static function getOrderTimeBusinessVolumePrice($start, $stop)
  2219. {
  2220. return self::where('is_del', 0)->where('paid', 1)->where('refund_status', 0)->where('add_time', '>=', $start)->where('add_time', '<', $stop)->sum('pay_price');
  2221. }
  2222. /**
  2223. * 获取指定时间区间的支付订单数量 管理员
  2224. * @param $start
  2225. * @param $stop
  2226. * @return float
  2227. */
  2228. public static function getOrderTimeBusinessVolumeNumber($start, $stop)
  2229. {
  2230. return self::where('is_del', 0)->where('paid', 1)->where('refund_status', 0)->where('add_time', '>=', $start)->where('add_time', '<', $stop)->count();
  2231. }
  2232. /**
  2233. * 获取当前时间到指定时间的支付金额 管理员
  2234. * @param $start 开始时间
  2235. * @param $stop 结束时间
  2236. * @return mixed
  2237. */
  2238. public static function chartTimePrice($start, $stop)
  2239. {
  2240. $model = new self;
  2241. $model = $model->field('sum(pay_price) as num,FROM_UNIXTIME(add_time, \'%Y-%m-%d\') as time');
  2242. $model = $model->where('is_del', 0);
  2243. $model = $model->where('paid', 1);
  2244. $model = $model->where('refund_status', 0);
  2245. $model = $model->where('add_time', '>=', $start);
  2246. $model = $model->where('add_time', '<', $stop);
  2247. $model = $model->group("FROM_UNIXTIME(add_time, '%Y-%m-%d')");
  2248. $model = $model->order('add_time ASC');
  2249. return $model->select();
  2250. }
  2251. /**
  2252. * 获取当前时间到指定时间的支付订单数 管理员
  2253. * @param $start 开始时间
  2254. * @param $stop 结束时间
  2255. * @return mixed
  2256. */
  2257. public static function chartTimeNumber($start, $stop)
  2258. {
  2259. $model = new self;
  2260. $model = $model->field('count(id) as num,FROM_UNIXTIME(add_time, \'%Y-%m-%d\') as time');
  2261. $model = $model->where('is_del', 0);
  2262. $model = $model->where('paid', 1);
  2263. $model = $model->where('refund_status', 0);
  2264. $model = $model->where('add_time', '>=', $start);
  2265. $model = $model->where('add_time', '<', $stop);
  2266. $model = $model->group("FROM_UNIXTIME(add_time, '%Y-%m-%d')");
  2267. $model = $model->order('add_time ASC');
  2268. return $model->select();
  2269. }
  2270. /**
  2271. * 修改支付方式为线下支付
  2272. * @param $orderId
  2273. * @return bool
  2274. */
  2275. public static function setOrderTypePayOffline($orderId)
  2276. {
  2277. return self::edit(['pay_type' => 'offline'], $orderId, 'order_id');
  2278. }
  2279. /**
  2280. * 线下付款
  2281. * @param $id
  2282. * @return $this
  2283. */
  2284. public static function updateOffline($id)
  2285. {
  2286. $count = self::where('id', $id)->count();
  2287. if (!$count) return self::setErrorInfo('订单不存在');
  2288. $count = self::where('id', $id)->where('paid', 0)->count();
  2289. if (!$count) return self::setErrorInfo('订单已支付');
  2290. $res = self::where('id', $id)->update(['paid' => 1, 'pay_time' => time()]);
  2291. return $res;
  2292. }
  2293. /**
  2294. * 向创建订单10分钟未付款的用户发送短信
  2295. */
  2296. public static function sendTen()
  2297. {
  2298. $list = self::where('paid', 0)->where('is_del', 0)->where('is_system_del', 0)->where('add_time', '>', time() - 900)->where('add_time', '<', time() - 600)->column('user_phone');
  2299. foreach ($list as $phone) {
  2300. ShortLetterRepositories::send(true, $phone, [], 'ORDER_PAY_FALSE');
  2301. }
  2302. }
  2303. public function productInfo()
  2304. {
  2305. return $this->hasMany(StoreProductReply::class, 'oid', 'id');
  2306. }
  2307. public static function setOrderProductReplyWhere($where)
  2308. {
  2309. $model = self::where('status', 3)->order('add_time desc')->whereIn('id', function ($query) {
  2310. $query->name('store_order')->alias('o')->join('store_product_reply a', 'a.oid = o.id')->group('o.id')->field('o.id')->select();
  2311. })->with('productInfo', function ($query) use ($where) {
  2312. $alias = '';
  2313. if (isset($where['title']) && $where['title'] != '')
  2314. $query->where("{$alias}comment", 'LIKE', "%$where[title]%");
  2315. if (isset($where['is_reply']) && $where['is_reply'] != '') {
  2316. if ($where['is_reply'] >= 0) {
  2317. $query->where("{$alias}is_reply", $where['is_reply']);
  2318. } else {
  2319. $query->where("{$alias}is_reply", '>', 0);
  2320. }
  2321. }
  2322. if (isset($where['producr_id']) && $where['producr_id'] != 0)
  2323. $query->where($alias . 'product_id', $where['producr_id']);
  2324. $query->where("{$alias}is_del", 0);
  2325. });
  2326. return $model;
  2327. }
  2328. public static function getOrderProductReplyList($where)
  2329. {
  2330. $list = self::setOrderProductReplyWhere($where)->page((int)$where['message_page'], (int)$where['limit'])->select();
  2331. $list = count($list) ? $list->toArray() : [];
  2332. foreach ($list as $key => $item) {
  2333. if (isset($item['productInfo']) && is_array($item['productInfo']) && count($item['productInfo'])) {
  2334. foreach ($item['productInfo'] as $k => $v) {
  2335. if (!$v['nickname'] && $v['uid']) {
  2336. $v['nickname'] = User::where('uid', $v['uid'])->value('nickname');
  2337. $v['avatar'] = User::where('uid', $v['uid'])->value('avatar');
  2338. }
  2339. $v['image'] = '';
  2340. $v['store_name'] = '';
  2341. if ($v['product_id']) {
  2342. $product = StoreProduct::where('id', $v['product_id'])->field(['image', 'store_name'])->find();
  2343. if ($product) {
  2344. $v['image'] = $product['image'];
  2345. $v['store_name'] = $product['store_name'];
  2346. }
  2347. }
  2348. $list[$key]['productInfo'][$k] = $v;
  2349. }
  2350. }
  2351. }
  2352. $count = self::setOrderProductReplyWhere($where)->count();
  2353. return compact('list', 'count');
  2354. }
  2355. public static function monthAward()
  2356. {
  2357. if (MonthAwardLog::whereTime('day', 'month')->find()) {
  2358. return true;
  2359. }
  2360. $uids = TreeRecommend::where('get', 0)
  2361. ->whereTime('add_time', 'last month')
  2362. ->column('uid');
  2363. $month_award_ratio = sys_config('month_award_ratio', 0, true);
  2364. $orders = self::where('status', '>=', 2)
  2365. ->where('paid', 1)
  2366. ->where('is_del', 0)
  2367. ->where('is_system_del', 0)
  2368. ->whereTime('pay_time', 'last month')
  2369. ->where('refund_status', 0)
  2370. ->sum('pay_price');
  2371. $brokerage_ratio = bcdiv($month_award_ratio, 100, 3);
  2372. $brokerage = bcmul($brokerage_ratio, $orders, 3);
  2373. $brokerage = bcdiv($brokerage, count($uids), 2);
  2374. if ($brokerage <= 0) return true;
  2375. try {
  2376. $res = true;
  2377. foreach ($uids as $v) {
  2378. $user = User::get($v);
  2379. $res = $res && UserBill::income('商城业绩分红', $v, 'now_money', 'brokerage', $brokerage, 0, bcadd($user['brokerage_price'], $brokerage, 2), '获得本月商城业绩奖励。');
  2380. $res = $res && User::where('uid', $v)->inc('brokerage_price', $brokerage)->update();
  2381. }
  2382. return $res && MonthAwardLog::create(['day' => time()]);
  2383. } catch (\Exception $e) {
  2384. return self::setErrorInfo($e->getMessage());
  2385. }
  2386. }
  2387. }