|
@@ -52,7 +52,6 @@ public class CompanyServiceSMOImpl extends BaseComponentSMO implements ICompanyS
|
|
|
* @param pd
|
|
* @param pd
|
|
|
* @return
|
|
* @return
|
|
|
*/
|
|
*/
|
|
|
- @Autowired
|
|
|
|
|
public ResponseEntity<String> saveCompanyInfo(IPageData pd){
|
|
public ResponseEntity<String> saveCompanyInfo(IPageData pd){
|
|
|
ResponseEntity<String> responseEntity = null;
|
|
ResponseEntity<String> responseEntity = null;
|
|
|
Assert.hasLength(pd.getUserId(),"用户还未登录请先登录");
|
|
Assert.hasLength(pd.getUserId(),"用户还未登录请先登录");
|