|
@@ -865,8 +865,9 @@ class Transfer extends Start_Controller {
|
|
|
$this->data['cz_1_num'] = $this->systemtransfer_cr->find_count("orver_flag = 1 and is_over = 0 and time > ".(time()-3600*24*7) ." and lx in (".$transfer_str.")");
|
|
|
$this->data['cz_2_num'] = $this->systemtransfer_cr->find_count("orver_flag = 2 and is_over = 0 and time > ".(time()-3600*24*7) ." and lx in (".$transfer_str.")");
|
|
|
$jiaji_num = 0;
|
|
|
-
|
|
|
-
|
|
|
+
|
|
|
+ $jiaji_num = $this->systemtransfer->find_count(" is_jiaji = 2 and time > ".(time()-3600*24*7)." and rk not like '%|11|%'" );
|
|
|
+
|
|
|
$this->data['jiaji_num'] = $jiaji_num;
|
|
|
$this->_Template('transfer_operate',$this->data);
|
|
|
}
|