StoreOrder.php 100 KB

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