apply-clients 3.3.207 → 3.3.208

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apply-clients",
3
- "version": "3.3.207",
3
+ "version": "3.3.208",
4
4
  "description": "报建前端模块",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -49,7 +49,7 @@ export default {
49
49
 
50
50
  let data = {
51
51
  tablename: 't_files',
52
- condition: `id = '${this.id}' order by f_uploaddate desc `
52
+ condition: `f_blobid = '${this.blobid}' order by f_uploaddate desc`
53
53
  }
54
54
  let res = await http.load('POST', `${this.$androidUtil.getProxyUrl()}/rs/sql/singleTable`, {data: data}, {
55
55
  // let res = await http.load('POST', `rs/sql/singleTable`, {data: data}, {