|
|
@@ -700,7 +700,7 @@ public class PrintServiceImpl implements PrintService {
|
|
|
queryString = queryString.replace("$P!{WHERE_CONDITION}", whereCondition);
|
|
|
}
|
|
|
// 替换其他参数
|
|
|
- if (queryString.contains("$")) {
|
|
|
+ if (queryString.contains("$P{")) {
|
|
|
if (StringUtils.isEmpty(otherParameters)) {
|
|
|
throw new ReportException("未传入动态参数");
|
|
|
}
|