|
|
|
@ -147,8 +147,8 @@ public class QcCheckReportProduceController extends BaseController {
|
|
|
|
|
}else{
|
|
|
|
|
bytes.add(null);
|
|
|
|
|
}
|
|
|
|
|
Matcher matcher3 = pattern.matcher(detailInfo.getPgy());//机管员
|
|
|
|
|
if(StringUtils.isNotBlank(detailInfo.getPgy())){
|
|
|
|
|
Matcher matcher3 = pattern.matcher(detailInfo.getPgy());//机管员
|
|
|
|
|
// 查找匹配项
|
|
|
|
|
if (matcher3.find()) {
|
|
|
|
|
// 提取括号内的内容,即id=和&fileName之间的部分
|
|
|
|
|