StoreOrder.php 118 KB

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