소스 검색

商户管理-修改审核状态接口

lcl 1 년 전
부모
커밋
ef2cc8ae84
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Areas/Api/Controllers/v1/Main2/MerchantInfoController.cs

+ 1 - 0
Areas/Api/Controllers/v1/Main2/MerchantInfoController.cs

@@ -293,6 +293,7 @@ namespace MySystem.Areas.Api.Controllers.v1.Main2
             {
                 addInfo.QueryCount = 0;
                 addInfo.Status = -1;
+                addInfo.HdStatus = 0;
                 addInfo.WeChatRemark = Note;
             }
             main2db.SaveChanges();