Commit b40f8789 by 王炜晨

修改pagesize

parent cdcb7b0e
......@@ -25,7 +25,10 @@
LEFT JOIN PlanningCycle AS planningCycle ON planningCycle.id = needPlan.planningCycle
LEFT JOIN SalesPlan AS salesPlan ON salesPlan.planningCycle = needPlan.planningCycle
LEFT JOIN ProjectFiled AS projectFiled ON projectFiled.id = needPlan.project
WHERE ( needPlan.DISCARD = FALSE OR needPlan.DISCARD IS NULL )
WHERE ( needPlan.DISCARD = FALSE OR needPlan.DISCARD IS NULL )
AND projectFiled.id = :?projectId
AND planningCycle.startTime >= :?planningCycleStartTime
AND planningCycle.EndTime <= :?planningCycleEndTime
</sql>
</template>
</content>
......
......@@ -57,7 +57,7 @@
"table": {
"selectType": "MULTI",
"serialNumber": "series",
"pageSize": 200,
"pageSize": 10,
"orders":[
],
......
......@@ -57,7 +57,7 @@
"table": {
"selectType": "MULTI",
"serialNumber": "series",
"pageSize": 200,
"pageSize": 10,
"orders":[
],
......
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