|
@@ -179,6 +179,7 @@ public class DesignPic extends Controller {
|
|
|
if (whereObject.containsKey("condition") && !"".equals(whereObject.getString("condition"))) {
|
|
if (whereObject.containsKey("condition") && !"".equals(whereObject.getString("condition"))) {
|
|
|
where.append(" and (");
|
|
where.append(" and (");
|
|
|
where.append("t1.title like'%").append(whereObject.getString("condition")).append("%' ");
|
|
where.append("t1.title like'%").append(whereObject.getString("condition")).append("%' ");
|
|
|
|
|
+ where.append("or t1.title_c like'%").append(whereObject.getString("condition")).append("%' ");
|
|
|
where.append(")");
|
|
where.append(")");
|
|
|
}
|
|
}
|
|
|
|
|
|