StoreOrder.php 97 KB

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