企业id不是模糊查询
This commit is contained in:
parent
49f576383e
commit
769de7e446
|
@ -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);
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue