sale-client 3.6.131 → 3.6.132

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": "sale-client",
3
- "version": "3.6.131",
3
+ "version": "3.6.132",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -198,7 +198,7 @@
198
198
  {
199
199
  data: {
200
200
  items: 'count(id) count',
201
- tablename: 't_sellinggas',
201
+ tablename: 't_sellinggas with(nolock)',
202
202
  condition: `f_batch_id = '${row.id}' and f_operate_date >= '${row.f_operate_date}'`
203
203
  }
204
204
  },