去掉多余的;号
This commit is contained in:
parent
5a00ba426d
commit
5cdfa802df
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue