|
@@ -1243,7 +1243,7 @@ class Transfer extends Start_Controller {
|
|
}
|
|
}
|
|
$id = $list[0]['id'];
|
|
$id = $list[0]['id'];
|
|
$scan_time = $list[0]['time'];
|
|
$scan_time = $list[0]['time'];
|
|
- if($list[0]['type'] == 1){
|
|
|
|
|
|
+ if($list[0]['type'] == 2){
|
|
if(time() - $scan_time < 3600 * 24 * 3){
|
|
if(time() - $scan_time < 3600 * 24 * 3){
|
|
$this->systemtransfer_cr->save([
|
|
$this->systemtransfer_cr->save([
|
|
'extra_status'=>0,
|
|
'extra_status'=>0,
|