This commit is contained in:
qianhao.xu 2024-09-18 16:44:18 +08:00
parent 5a9d9fccaf
commit 33a68ae807

View File

@ -16,7 +16,7 @@ namespace DOAN.Common.Mobile
public static string ParseLabel01(string materialCode)
{
string materialCode_true = "";
if(string.IsNullOrEmpty(materialCode_true))
if(string.IsNullOrEmpty(materialCode))
{
throw new ArgumentException("标签不合法,解析失败");
}