소스 검색

人脸采集上传成功

wuxw 6 년 전
부모
커밋
1894ced0db
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      WebService/src/main/java/com/java110/web/smo/file/impl/GetFileByObjIdSMOImpl.java

+ 3 - 3
WebService/src/main/java/com/java110/web/smo/file/impl/GetFileByObjIdSMOImpl.java

@@ -40,12 +40,12 @@ public class GetFileByObjIdSMOImpl extends BaseComponentSMO implements IGetFileB
         Assert.hasKeyAndValue(paramIn, "objId", "请求报文中未包含文件ID");
         Assert.hasKeyAndValue(paramIn, "fileTypeCd", "请求报文中未包含文件类型");
 
-        super.checkUserHasPrivilege(pd, restTemplate, PrivilegeCodeConstant.GET_FILE);
+        //super.checkUserHasPrivilege(pd, restTemplate, PrivilegeCodeConstant.GET_FILE);
 
-        ComponentValidateResult result = super.validateStoreStaffCommunityRelationship(pd, restTemplate);
+        /*ComponentValidateResult result = super.validateStoreStaffCommunityRelationship(pd, restTemplate);
 
         Map paramMap = BeanConvertUtil.beanCovertMap(result);
-        paramIn.putAll(paramMap);
+        paramIn.putAll(paramMap);*/
 
         String apiUrl = ServiceConstant.SERVICE_API_URL + "/api/file.getFileByObjId" + mapToUrlParam(paramIn);