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