Commit 74c41529 authored by 赵啸非's avatar 赵啸非

添加接口附件解密地址

parent 8f129440
......@@ -25,7 +25,7 @@ import java.util.List;
import static com.arcsoft.face.toolkit.ImageFactory.getRGBData;
@Slf4j
//@Component
@Component
public class ArcsoftFaceUtil {
@Value(value = "${faceAppId}")
......
......@@ -20,7 +20,7 @@ import java.util.List;
* @author zxfei
* @date 2022-08-08
*/
//@Service("peopleInfoService")
@Service("peopleInfoService")
public class PeopleInfoServiceImpl extends AbstractCRUDServiceImpl<PeopleInfoDao, PeopleInfoEntity, Long> implements PeopleInfoService {
@Override
......
......@@ -44,7 +44,7 @@ import java.util.stream.Collectors;
* @author zxfei
* @date 2022-08-03
*/
//@Service("sysFaceService")
@Service("sysFaceService")
public class SysFaceServiceImpl extends AbstractCRUDServiceImpl<SysFaceDao, SysFaceEntity, String> implements SysFaceService {
private Integer passRate = 80;
......
......@@ -21,7 +21,7 @@ import java.util.Date;
* @author zxfei
* @date 2022-08-03
*/
//@Service("sysIdentityService")
@Service("sysIdentityService")
public class SysIdentityServiceImpl extends AbstractCRUDServiceImpl<SysIdentityDao, SysIdentityEntity, String> implements SysIdentityService {
@Value(value = "${sm4key}")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment