소스 검색

Wesmiler 拾光销售 更新

APPLE 3 년 전
부모
커밋
36d9e25194
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      app/Services/Common/UserService.php

+ 0 - 1
app/Services/Common/UserService.php

@@ -178,7 +178,6 @@ class UserService extends BaseService
             }
         }
         $error = "";
-        $data['birthday'] = isset($data['birthday'])? $data['birthday'] : null;
         $result = $this->model->edit($data, $error);
         if (!$result) {
             return message($error, false);