sale-client 3.6.513 → 3.6.514
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
|
@@ -1800,7 +1800,7 @@ let sellgasGen = async function (model, row) {
|
|
|
1800
1800
|
let cardState = await hasCardGen()
|
|
1801
1801
|
if (JSON.parse(cardState.data).state === 1) {
|
|
1802
1802
|
// 将卡上次数写入数据库
|
|
1803
|
-
if (!(row.f_hascard == null) && !(row.f_share_times == null) && row.f_hascard === '是' && row.f_share_times === '是') {
|
|
1803
|
+
if (!(row.f_hascard == null) && !(row.f_share_times == null) && row.f_hascard === '是' && row.f_share_times === '是' && row.f_meter_type === '物联网表') {
|
|
1804
1804
|
row.cardInfo.Times = row.f_times
|
|
1805
1805
|
model.f_times = row.f_times + 1
|
|
1806
1806
|
} else {
|