CharlinFeng / CoreModel

Replace CoreData
726 stars 166 forks source link

select查找的一个BUG #12

Open lvpeng0412 opened 9 years ago

lvpeng0412 commented 9 years ago

NSObject+Select.h 137行少了下面这句

if(selectResultsBlock != nil) selectResultsBlock(resultsM);