Commit 333de3b8 authored by neo's avatar neo

[dev] add project id for getcelltemplate where save bb datasoruce

parent 5bf5cf24
......@@ -110,6 +110,7 @@ public class FunctionBase {
map.put("period", period);
map.put("columnIndex", colNum);
map.put("rowIndex", rowNum);
map.put("projectId", projectId);
Long periodCellTemplateId = SpringContextUtil.periodCellTemplateMapper.getCellTemplateIdWithMap(map);
Date creatime = new Date();
......
......@@ -96,6 +96,8 @@
AND A.COLUMN_INDEX = #{columnIndex,jdbcType=INTEGER}
AND A.ROW_INDEX = #{rowIndex,jdbcType=INTEGER}
AND A.PERIOD = #{period,jdbcType=INTEGER}
AND A.PROJECT_ID=#{projectId,jdbcType=VARCHAR}
AND B.PROJECT_ID=#{projectId,jdbcType=VARCHAR}
</select>
<select id="getDataType" resultType="java.lang.Integer">
......
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