StoreOrder.php 103 KB

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