Commit 8747ee8b authored by zhuwei's avatar zhuwei

1

parent 68188087
...@@ -419,7 +419,7 @@ class OperationData extends Basic ...@@ -419,7 +419,7 @@ class OperationData extends Basic
// 实收 // 实收
$value_['performance_time'] = $p_start . '至' . $p_end; $value_['real_performance_time'] = $p_start . '至' . $p_end;
if ($v['city'] == '汇总') { if ($v['city'] == '汇总') {
$conditions['site_id'] = array('in','10001,10002,10003,10004,10005'); $conditions['site_id'] = array('in','10001,10002,10003,10004,10005');
} else { } else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment