rabin 2 년 전
부모
커밋
f0d86ac97a
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      service/bill/lib/Manage.php

+ 2 - 0
service/bill/lib/Manage.php

@@ -149,10 +149,12 @@ class Manage
                     $w['where_id'] = $info['mid'];
                     $w['cash'] = -1*$tixian['ycash'];
                     Dever::db('agent/member')->upCash($w);
+                    /*
                     $update = array();
                     $update['where_id'] = $info['id'];
                     $update['status'] = 3;
                     Dever::db('bill/cash')->update($update);
+                    */
 
                     # 通知短信
                     if (Dever::project('sms')) {