|
@@ -41,7 +41,7 @@ public class MDO0001Service extends MDO0001BaseModel implements ExecProcessFlow
|
|
|
MdoProjectSQLBuilder sb = new MdoProjectSQLBuilder();
|
|
|
MdoProjectSQLBuilder.Criteria sc = sb.createCriteria();
|
|
|
sc.andUidEqualTo(uid);
|
|
|
- if (StringUtil.isEmpty(searchtag)) {
|
|
|
+ if (!StringUtil.isEmpty(searchtag)) {
|
|
|
sc.andNameLike("%"+searchtag+"%");
|
|
|
}
|
|
|
int total = pdao.selectCountByExample(sb);
|