Commit b14666cd by shiwenbo

需用计划分析增肌区域公司条件

parent bd5d8b23
......@@ -26,6 +26,7 @@
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 )
AND needPlan.regionalCompany = :?regionalCompanyId
AND projectFiled.id = :?projectId
AND planningCycle.startTime >= :?planningCycleStartTime
AND planningCycle.EndTime <= :?planningCycleEndTime
......
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