update
This commit is contained in:
parent
256d05101b
commit
b4df90d193
|
|
@ -441,9 +441,9 @@ public class Blade {
|
|||
}
|
||||
}
|
||||
if (flag) {
|
||||
return sql.updateById(model) > 0;
|
||||
return getSqlManager().updateById(model) > 0;
|
||||
} else {
|
||||
return sql.updateTemplateById(model) > 0;
|
||||
return getSqlManager().updateTemplateById(model) > 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user