权限问题修正

master
zhaoxiaolin 2 months ago
parent 29b045759f
commit 94e7b7bf2c

@ -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之间的部分

Loading…
Cancel
Save