songzhengming 3 ay önce
ebeveyn
işleme
3ebbde42ec

+ 1 - 1
ghjg-item-datashare-server/src/main/resources/mapper/CommonMapper.xml

@@ -245,7 +245,7 @@
     t.MOBILE_PHONE mobilePhone
       from
       (
-      <foreach item="item" collection="tableNameList" separator="union">
+      <foreach item="item" collection="partition" separator="union">
           select * from ${item}
       </foreach>
       ) t