StoreOrder.php 103 KB

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