zhuang 7 bulan lalu
induk
melakukan
15466d8951

+ 1 - 1
business-common/src/main/java/com/rongwei/bscommon/sys/dao/ZhcxProjectManageDao.java

@@ -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>" +