|
|
@@ -457,8 +457,8 @@ public class coursewaretesthead extends Controller {
|
|
|
JSONObject whereObject = content.getJSONObject("where");
|
|
|
if (whereObject.containsKey("condition") && !"".equals(whereObject.getString("condition"))) {
|
|
|
where.append(" and(");
|
|
|
- where.append("t1.name like'%").append(whereObject.getString("condition")).append("%' ");
|
|
|
-
|
|
|
+ where.append("t5.name like'%").append(whereObject.getString("condition")).append("%' ");
|
|
|
+ where.append("or t5.accountno like'%").append(whereObject.getString("condition")).append("%' ");
|
|
|
where.append(")");
|
|
|
}
|
|
|
}
|