소스 검색

Wesmiler 拾光销售 更新

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

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

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