StoreOrder.php 106 KB

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