StoreOrder.php 111 KB

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