获取数据

This commit is contained in:
yuezhihang
2022-03-15 16:34:12 +08:00
parent 3ecfc336c8
commit 4cab17227f
@@ -59,8 +59,9 @@
AND specific_item like concat(concat('%',#{specificItem}),'%')
</if>
ORDER BY STAND_ID, specific_item
LIMIT ${(current-1)*size},${size}
) c ORDER BY c.STAND_ID, CONVERT(SUBSTRING(c.specific_item,1,(SELECT LOCATE('.',CONCAT(c.specific_item,'.')))),SIGNED) ,rows
LIMIT ${(current-1)*size},${size}
</select>
<select id="getAllDatasCout" resultType="java.lang.Integer">
SELECT