DuGuYang hace 3 años
padre
commit
cdbe22e8fe
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      Areas/Admin/Controllers/MainServer/SysToolsController.cs

+ 2 - 2
Areas/Admin/Controllers/MainServer/SysToolsController.cs

@@ -4248,9 +4248,9 @@ namespace MySystem.Areas.Admin.Controllers
 
         public string TransferPosCouponDo(string Kind, string PosCouponCodes, string FromMakerCode, string ToMakerCode, string LeaderMakerCode = "")
         {
-            if (string.IsNullOrEmpty(PosCouponCodes))
+            if (string.IsNullOrEmpty(Kind))
             {
-                return "请输入机具券码";
+                return "请选择划拨的券类型";
             }
             if (string.IsNullOrEmpty(PosCouponCodes))
             {