telephone-clients 4.0.0-1-33 → 4.0.0-1-34

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.
@@ -519,8 +519,8 @@ export default {
519
519
  http.load('POST', `${this.$androidUtil.getProxyUrl()}/af-telephone/rs/sql/tel_singleTable_OrderBy`, {
520
520
  data: {
521
521
  items: 'count(0) as num',
522
- tablename: 't_userfiles',
523
- condition: `f_userinfo_id = '${this.service.f_userinfo_id}' and f_meter_classify != '物联网表'`,
522
+ tablename: 't_userfiles a left join t_userinfo b on a.f_userinfo_id = b.f_userinfo_id',
523
+ condition: `a.f_userinfo_id = '${this.service.f_userinfo_id}' and a.f_meter_classify != '物联网表' and a.f_table_state = '正常' and b.f_user_state='正常'`,
524
524
  orderitem: '1'
525
525
  }
526
526
  }, {resolveMsg: null, rejectMsg: null}).then((response) => {