|
|
@@ -513,7 +513,7 @@ class UserController extends BaseController {
|
|
|
$post['province'] = $post['province'] ? :1;
|
|
|
$post['city'] = $post['city'] ? :1;
|
|
|
$post['county'] = $post['county'] ? :1;
|
|
|
- $post['conUserName'] = trim($post['recUserName']); // 推荐人编号 trim($post['conUserName']);
|
|
|
+ $post['conUserName'] = trim($post['conUserName']); // 推荐人编号 trim($post['conUserName']);
|
|
|
$post['recUserName'] = trim($post['recUserName']); // 实际推荐人编号(原安置人编号) trim($post['recUserName']);
|
|
|
$post['cityName'] = trim($post['cityName']);
|
|
|
$post['lgaName'] = trim($post['lgaName']);
|