Commit 7c18b763 by wukaiqiang

Merge branch 'feature/form_statistics_05' into 'develop'

实时销售增加限制条件 limitNum

See merge request kunlun/xyst_dinas/xyst_dinas_backend!41
parents 7f4310c9 d11424f6
...@@ -24,6 +24,8 @@ ...@@ -24,6 +24,8 @@
WHERE 1=1 WHERE 1=1
AND salesRecord.syncTime >= :?startDate AND salesRecord.syncTime >= :?startDate
AND salesRecord.syncTime <= :?endDate AND salesRecord.syncTime <= :?endDate
ORDER BY salesRecord.syncTime
LIMIT :?limitNum
</sql> </sql>
</template> </template>
</content> </content>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment