StoreOrder.php 102 KB

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