|
|
@@ -310,7 +310,7 @@ public class LoginController implements LoginControllerAPI {
|
|
|
ArrayList<FunctionPointVo> vos2 = new ArrayList<>();
|
|
|
|
|
|
|
|
|
- if (houseStatusManagement.contains("0")) {
|
|
|
+ if (houseTypeManagement.contains("0")) {
|
|
|
|
|
|
FunctionPointVo functionPointVo = new FunctionPointVo();
|
|
|
functionPointVo.setFunctionPoint("添加");
|