StoreOrder.php 98 KB

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