|
@@ -106,6 +106,7 @@ namespace MySystem.Areas.Api.Controllers.v1
|
|
|
Dictionary<string, object> fields = new Dictionary<string, object>();
|
|
|
fields.Add("MerchantId", MerchantId);
|
|
|
fields.Add("SnNo", SnNo);
|
|
|
+ fields.Add("QueryCount", 1);
|
|
|
new MerchantQrCodeService().Add(fields);
|
|
|
// query = maindb.MerchantQrCode.Add(new MerchantQrCode()
|
|
|
// {
|