Commit ace1140c by 王炜晨

修改销售计划查询conditions

parent 528e976d
......@@ -68,7 +68,7 @@
WHERE result.type = :?type
AND result.organizationId = :?organizationId
AND result.projectId = :?projectId
AND result.organizationId = :?organizationId
AND result.type = :?type
AND result.planningCycleStartTime >= :?planningCycleStartTime
AND result.planningCycleEndTime <= :?planningCycleEndTime
</sql>
......
......@@ -44,17 +44,19 @@
"action": "query_export",
"title": "导出",
"type": ""
},
{
"name": "queryRefresh",
"title": "刷新",
"action": "queryRefresh",
"param": [],
"type": "",
"enable": "ALL"
}
],
"table": {
"actions": [
{
"param": [],
"enable": "ALL",
"name": "query_export",
"action": "query_export",
"title": "导出",
"type": ""
}
],
"selectType": "MULTI",
"serialNumber": "series",
"pageSize": 10,
......
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