CreaterOS/ReactPaintinglite

完善多表连接查询对象映射问题

CreaterOS opened this issue · 0 comments

/* 对多表连接进行查询 */
if ([[sql uppercaseString] containsString:@"JOIN"]){
//交给系统操作
return [self systemExec:ppDb sql:sql];
}