Commit 68e3c6d7 authored by shiyu's avatar shiyu

findone

parent fb77f14c
package com.wwdz.ch.db.manager.impl;
import com.github.pagehelper.PageHelper;
import com.wwdz.ch.db.dao.ItemMapper;
import com.wwdz.ch.db.domain.Item;
import com.wwdz.ch.db.domain.ItemExample;
......@@ -28,7 +29,7 @@ public class ItemManagerImpl implements ItemManager {
}
criteria.andIsDeletedEqualTo(false);
criteria.andIsSettedEqualTo(0);
return itemMapper.selectOneByExample(example);
return itemMapper.selectOneByExampleWithBLOBs(example);
}
@Override
......
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