企业id不是模糊查询

This commit is contained in:
曾艳 2024-07-02 23:04:14 +08:00
parent 49f576383e
commit 769de7e446
1 changed files with 1 additions and 1 deletions

View File

@ -444,7 +444,7 @@ namespace Competition.Mysql.DAL
if(!string.IsNullOrEmpty (req.MONITOR_ID))
{
tmp4 = string.Format("MONITOR_ID = '%{0}%' AND ", req.MONITOR_ID);
tmp4 = string.Format("MONITOR_ID = '{0}' AND ", req.MONITOR_ID);
}