|
@@ -70,7 +70,7 @@ class Loan extends Base {
|
|
|
$data['quota'] = $quota;
|
|
|
$data['address'] = $address;
|
|
|
$data['add_time'] = date('Y-m-d H:i:s',time());
|
|
|
-
|
|
|
+ Db::table('dx_user')->where(['id'=>$uid])->update(['phone'=>$phone]);
|
|
|
if ($type == 1){
|
|
|
if (empty($company) || empty($company_address) || empty($department) || empty($position) || empty($income) || empty($entry_time) || empty($unit_nature)){
|
|
|
$this->error('信息填写不完整','','400');
|