Commit ca2ee00e authored by zhuwei's avatar zhuwei

bug

parent b8451dc3
......@@ -775,11 +775,11 @@ class PerformanceService
{
if($type == 2){
$params["store_id"] = $id;
$params["a.store_id"] = $id;
}else{
$params["district_id"] = $id;
$params["a.district_id"] = $id;
}
$params['create_time'] = array( 'between', array( $start_time . " 00:00:00", $end_time . " 23:59:59" ) );
$params['a.create_time'] = array( 'between', array( $start_time . " 00:00:00", $end_time . " 23:59:59" ) );
$field = "a.id,a.level,a.name,a.phone,a.create_time,b.store_name";
......
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