ionic-vhframeworks 10.4.8 → 10.4.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -30285,7 +30285,7 @@ export declare class VhQueryAdministrator {
|
|
|
30285
30285
|
* @example:
|
|
30286
30286
|
* let time = new Date();
|
|
30287
30287
|
* time.setDate(time.getDate()-7);
|
|
30288
|
-
* this.vhQueryAdministrator.getAffiliaters_byFields({
|
|
30288
|
+
* this.vhQueryAdministrator.getAffiliaters_byFields({code:{$eq: 'A0001;}}, {},{},0)
|
|
30289
30289
|
.then((affiliaters)=>{
|
|
30290
30290
|
console.log('getAffiliaters_byFields', affiliaters);
|
|
30291
30291
|
})
|