Commit f32695fe authored by zhuwei's avatar zhuwei

排除测试门店

parent d2d085e7
......@@ -40,6 +40,7 @@ class DailyUncommittedTask
}
$params_select=[];
$params_select['a.id'] = array('in',$id_str);
$params_select["a.district_id"] = array( 'not in', array( '13', '14', '15' ) );//排除测试门店
$store_result = $m_store->selectDailyUncommitted('a.id,a.district_id,b.id as agent_id,b.name', $params_select);
if(!$store_result){
......
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