|
@@ -78,7 +78,7 @@ public interface ZhcxProjectManageDao extends BaseMapper<ZhcxProjectManageDo> {
|
|
|
" AND a.PRJID=#{prjid}" +
|
|
|
"</if>" +
|
|
|
"<if test='machineno !=null and machineno.size > 0'>" +
|
|
|
- " AND a.MACHINENO IN " +
|
|
|
+ " AND a.REALMACHINENO IN " +
|
|
|
"<foreach item='item' index='index' collection='machineno' open='(' separator=',' close=')'>" +
|
|
|
"#{item}" +
|
|
|
"</foreach>" +
|