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