解决各类表查数据能查出已删除数据的bug
This commit is contained in:
@@ -66,6 +66,7 @@ public class DepotItemService {
|
||||
|
||||
public List<DepotItem> getDepotItem() {
|
||||
DepotItemExample example = new DepotItemExample();
|
||||
example.createCriteria().andDeleteFlagNotEqualTo(BusinessConstants.DELETE_FLAG_DELETED);
|
||||
return depotItemMapper.selectByExample(example);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user