SQL not like && RangeStatus:: Locked

qbrFromType.status(RangeStatus::Locked);  //锁住过滤条件

!(table.field like '*value*')   // not like

原文地址:https://www.cnblogs.com/KobeZhang/p/6845314.html