Commit 8abcd7eb authored by neo's avatar neo

[bugfix] cell template and template config must use period refer but not used

parent abd75467
......@@ -712,7 +712,7 @@
cell_template.comment
FROM period_cell_template cell_template
JOIN period_cell_template_config config
ON cell_template.cell_template_id = config.cell_template_id
ON ( cell_template.cell_template_id = config.cell_template_id AND cell_template.period = config.period )
WHERE cell_template.report_template_id IN
<foreach close=")" collection="list" index="index" item="item" open="(" separator=",">
#{item}
......
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