和睦和谐
This commit is contained in:
parent
ae0510007f
commit
0e0a80fc7c
@ -597,7 +597,12 @@ class Project extends BasicApi
|
||||
|
||||
}
|
||||
|
||||
public function positioning_member($code,$date=''){
|
||||
public function positioning_member(){
|
||||
$code=Request::post('code');
|
||||
$date=Request::post('date');
|
||||
if(!$code || $code==''){
|
||||
$this->error('参数错误');
|
||||
}
|
||||
if($date==''){
|
||||
$select=Db::name('positioning')->where(['member_code'=>$code])->whereTime('date','today')->column('positioning');
|
||||
}else{
|
||||
|
Loading…
x
Reference in New Issue
Block a user