|
@@ -1170,9 +1170,9 @@ class User Extends Model
|
|
|
* 订单支付加班费
|
|
|
*/
|
|
|
public static function overtimePayOrder($user_id,$order_no,$pay_type){
|
|
|
- if ($pay_type=='weixin'){
|
|
|
- return Common::return_error('暂时无法使用微信支付');
|
|
|
- }
|
|
|
+// if ($pay_type=='weixin'){
|
|
|
+// return Common::return_error('暂时无法使用微信支付');
|
|
|
+// }
|
|
|
$order = Order::where('order_no', $order_no)->where('user_id', $user_id)->find();
|
|
|
if (!$order)
|
|
|
return Common::return_error('订单不存在');
|