Commit adc1c760 authored by zhuwei's avatar zhuwei

1

parent 89b07272
......@@ -31,7 +31,7 @@ class DailyUncommittedTask
$time = date("Y-m-d");
$s_push_msg = new PushMessageService();
//门店集合
//未提交日报门店集合
$sql = "SELECT
`a`.`id`,
`a`.`district_id`,
......@@ -64,7 +64,6 @@ class DailyUncommittedTask
$params_save['daily_date'] = $time;
$get_result = $this->m_daily_uncommitted->getDailyUncommitted('id',$params_save);
if($get_result){
big_log('已经存在');
continue;
}
//没提交插入数据表
......
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