Browse Source

修改提示

Signed-off-by: anderx <312518615@qq.com>
anderx 5 years ago
parent
commit
a27f2ff4f8

+ 3 - 3
src/main/java/com/goafanti/common/controller/PortalController.java

@@ -50,7 +50,7 @@ public class PortalController extends BaseController {
 	@Resource
 	private DemandService demandService;
 	@Resource
-	UserIdentityService	userIdentityService;
+	private UserIdentityService	userIdentityService;
 	@Resource
 	private FieldGlossoryService fieldGlossoryService;
 	@Resource
@@ -60,9 +60,9 @@ public class PortalController extends BaseController {
 	@Resource
 	private DistrictGlossoryService districtglossoryservice;
 	@Resource
-	BusinessProjectService	businessProjectService;
+	private BusinessProjectService	businessProjectService;
 	@Resource
-	OrderService	orderService;
+	private OrderService	orderService;
 	
 	private static final String UNIT = "万元";