DuGuYang 3 lat temu
rodzic
commit
cdbe22e8fe

+ 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 = "")
         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))
             if (string.IsNullOrEmpty(PosCouponCodes))
             {
             {