doc:修改未查询到图册提示语

(cherry picked from commit b7214cf204)
This commit is contained in:
zzs 2024-11-23 09:21:57 +08:00
parent 992113f7e4
commit 2eea9f32cb

View File

@ -180,7 +180,7 @@ public class OrderUtils {
}
} else {
object.put("status", "error");
object.put("mag", "根据编码【" + assnumber + "】未获取到对应的资源号!");
object.put("mag", "系统暂无该资源(" + assnumber + ")图册,请联系管理员!");
object.put("list", jsonArray);
return object;
}