StoreOrder.php 102 KB

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