소스 검색

提交数据

lvhao 20 시간 전
부모
커밋
b19714d747
2개의 변경된 파일4개의 추가작업 그리고 187개의 파일을 삭제
  1. 3 186
      core/CoreApp/controllers/Api.php
  2. 1 1
      core/CoreApp/controllers/Whlabel_bh.php

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 3 - 186
core/CoreApp/controllers/Api.php


+ 1 - 1
core/CoreApp/controllers/Whlabel_bh.php

@@ -1749,7 +1749,7 @@ class Whlabel_bh extends Start_Controller {
 
 				$this->db->trans_begin();
 				$this->whlabel_bh_transfer->save(array('rk'=>$lb['rk'],'rktime'=>$lb['rktime'],'ck'=>$lb['ck'],'cktime'=>$lb['cktime'],'time'=>$time,'gtime'=>date('YmdH',$time),$cztime=>$time,'status'=>2,'dbapi'=>99),$lb['id']);
-				$this->whlabel_bh_transfer_cr->insert(['fid'=>$lb['id'],'lx'=>$transfer,'type'=>$cz,'time'=>time(),'is_over'=>1]);
+				$this->whlabel_bh_transfer_cr->insert(['fid'=>$lb['id'],'lx'=>$transfer,'type'=>$cz,'time'=>time(),'is_over'=>1,'number'=>$lb['number']]);
 				$ct_info = $this->whlabel_bh_transfer_cr->find("fid = ".$lb['id']." and lx = ".$transfer." and type = 1 and is_over = 0","*",'id desc');
 				if($ct_info){
 					$this->whlabel_bh_transfer_cr->save(['is_over'=>1],$ct_info['id']);