- CMyPopupEdit
- CMyEditor - MySkills
This commit is contained in:
@@ -96,6 +96,12 @@ CitySchema.statics.executeQueryTable = function (idapp, params) {
|
||||
return tools.executeQueryTable(this, 0, params);
|
||||
};
|
||||
|
||||
CitySchema.statics.findAllIdApp = async function (idapp) {
|
||||
const myfind = {};
|
||||
|
||||
return City.find(myfind);
|
||||
};
|
||||
|
||||
|
||||
const City = mongoose.model('City', CitySchema);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user