#20230506 欣影管理平台拍照功能代码

jni
18616268358 2 years ago
parent bbdc5a00d0
commit 6f60a474cd

@ -10,7 +10,7 @@ import java.util.UUID;
/**
*
*
*
* @author cy
*/
@Slf4j
@ -18,7 +18,7 @@ public class ProcessExecUtils
{
/**
*
*
*
*/
public static Integer exec(String cmd) {
@ -38,7 +38,6 @@ public class ProcessExecUtils
if(StringUtils.isNotBlank(result)){
log.info("查询最新结果:{}",result);
}
result = sb.toString();
} catch (IOException e) {
log.error("IOException",e);
} catch (InterruptedException e) {

Loading…
Cancel
Save