日期更新查询限制修改
This commit is contained in:
parent
34e155d2cc
commit
99d867ea4e
|
|
@ -93,7 +93,7 @@
|
||||||
or qr_code = #{maCode})
|
or qr_code = #{maCode})
|
||||||
</if>
|
</if>
|
||||||
</where>
|
</where>
|
||||||
LIMIT 10
|
LIMIT 500
|
||||||
) AS t1
|
) AS t1
|
||||||
|
|
||||||
UNION ALL
|
UNION ALL
|
||||||
|
|
@ -117,7 +117,7 @@
|
||||||
or mm.qr_code = #{maCode})
|
or mm.qr_code = #{maCode})
|
||||||
</if>
|
</if>
|
||||||
</where>
|
</where>
|
||||||
LIMIT 10
|
LIMIT 500
|
||||||
) AS t2
|
) AS t2
|
||||||
|
|
||||||
</select>
|
</select>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue