|
@@ -166,7 +166,7 @@ namespace MySystem.Areas.Admin.Controllers
|
|
|
/// 商户列表
|
|
/// 商户列表
|
|
|
/// </summary>
|
|
/// </summary>
|
|
|
/// <returns></returns>
|
|
/// <returns></returns>
|
|
|
- public JsonResult IndexsData(PosMerchantInfo data, string MerIdcardNo, string MerchantName, string PhoneNo, int ShowFlag = 0, int page = 1, int limit = 30)
|
|
|
|
|
|
|
+ public JsonResult IndexsData(PosMerchantInfo data, int page = 1, int limit = 30)
|
|
|
{
|
|
{
|
|
|
|
|
|
|
|
|
|
|
|
@@ -175,13 +175,7 @@ namespace MySystem.Areas.Admin.Controllers
|
|
|
Fields.Add("KqSnNo", "1"); //快钱SN号
|
|
Fields.Add("KqSnNo", "1"); //快钱SN号
|
|
|
Fields.Add("MerIdcardNo", "1"); //身份证号
|
|
Fields.Add("MerIdcardNo", "1"); //身份证号
|
|
|
|
|
|
|
|
- if (ShowFlag == 0)
|
|
|
|
|
- {
|
|
|
|
|
- Dictionary<string, object> objs = new Dictionary<string, object>();
|
|
|
|
|
- return Json(objs);
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- string condition = " and Status>-1 and StandardStatus=100";
|
|
|
|
|
|
|
+ string condition = " and Status>-1 and StandardStatus=4 and StandardMonths=10";
|
|
|
|
|
|
|
|
Dictionary<string, object> obj = new AdminContentOther(_accessor.HttpContext, PublicFunction.MainTables).IndexData("PosMerchantInfo", Fields, "Id desc", "0", page, limit, condition);
|
|
Dictionary<string, object> obj = new AdminContentOther(_accessor.HttpContext, PublicFunction.MainTables).IndexData("PosMerchantInfo", Fields, "Id desc", "0", page, limit, condition);
|
|
|
List<Dictionary<string, object>> diclist = obj["data"] as List<Dictionary<string, object>>;
|
|
List<Dictionary<string, object>> diclist = obj["data"] as List<Dictionary<string, object>>;
|