去掉多余的;号

This commit is contained in:
曾艳 2024-11-22 10:07:32 +08:00
parent 5a00ba426d
commit 5cdfa802df
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ namespace CompetitionAPI.Controllers.version
{
return Json(Tool.GetJsonWithCode(APICode.Fail, "软件名称路径不能为空"));
}
var model = bll.GetModelList(string.Format(" MONITOR_ID='{0}' ", req.EnterpriseCode)).FirstOrDefault(); ;
var model = bll.GetModelList(string.Format(" MONITOR_ID='{0}' ", req.EnterpriseCode)).FirstOrDefault();
if (model == null)
{
model = new Competition.Mysql.Model.v_model_version();