|
@@ -139,7 +139,9 @@ public class QualityTaskServiceImpl implements QualityTaskService {
|
|
|
String inspectionType = dataRules.getInspectionType();
|
|
|
|
|
|
StringBuilder sql = new StringBuilder("select * from (" + view.getSql() + " ) v where 1 =1 ");
|
|
|
+ System.out.println("☆☆☆☆☆☆☆☆☆☆☆" + sql.toString());
|
|
|
List<Map<String, Object>> result = sqlUtils.query4List(sql.toString(), -1);
|
|
|
+
|
|
|
// 1. 【完整性】
|
|
|
if (dataRules.getRuleType().equalsIgnoreCase("not_null")) {
|
|
|
// 非空
|