Commit 3af5b348 by 宋祥

Merge branch 'dev-sx' of http://git.pseer.com/platform/hp-smart into dev

parents 29d11d2d 8c2df8f1
......@@ -466,7 +466,7 @@ public class HPSCTools {
Map queryMap = new HashMap();
queryMap.put("planInfoNo", planInfoNo);
List<HPSC003> results = DaoBase.getInstance().query(HPSC003.QUERY, queryMap);
AssertUtils.isNull(results, String.format("计划号[%s]信息不存在", planInfoNo));
AssertUtils.isEmpty(results, String.format("计划号[%s]信息不存在", planInfoNo));
return results.get(0);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment