@@ -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))