|
@@ -467,12 +467,12 @@ class BuyhouseController extends WebBaseController
|
|
|
$info->status = 1;
|
|
|
|
|
|
//审核状态
|
|
|
- if ($info->rs_check_status == 1 && $info->type == 2) {
|
|
|
+ if ($info->rs_check_status == 1 && $info->type == 1) {
|
|
|
SmsTemplate::buyHouseCheck('rs');
|
|
|
}
|
|
|
if ($info->rs_check_status == 3) {
|
|
|
$info->rs_check_status = 1;
|
|
|
- if ($info->type == 2) {
|
|
|
+ if ($info->type == 1) {
|
|
|
SmsTemplate::buyHouseCheck('rs');
|
|
|
}
|
|
|
}
|