address-client 3.0.38-aodeToV4 → 3.0.39-aodeToV4
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.
|
Binary file
|
package/package.json
CHANGED
|
@@ -287,7 +287,7 @@
|
|
|
287
287
|
let http = new HttpResetClass()
|
|
288
288
|
let param = {
|
|
289
289
|
tablename: 'AFV4_System.dbo.system_users',
|
|
290
|
-
condition: `roles like '%网格员%'`
|
|
290
|
+
condition: `roles like '%网格员%' and org_id = '${this.$login.f.orgid}'`
|
|
291
291
|
}
|
|
292
292
|
let res = await http.load('POST', 'api/af-revenue/sql/saleSingleTable', {
|
|
293
293
|
data: param
|