Commit 04741f85 by qwmqiuwenmin

fix

parent d304ba2f
...@@ -109,7 +109,7 @@ ...@@ -109,7 +109,7 @@
select select
<include refid="Base_Column_List" /> <include refid="Base_Column_List" />
from tab_haoban_template_application_related from tab_haoban_template_application_related
where application_template_id = #{applicationTemplateId,jdbcType=VARCHAR} where template_id = #{applicationTemplateId,jdbcType=VARCHAR}
and status_flag = 1 and status_flag = 1
</select> </select>
...@@ -117,7 +117,7 @@ ...@@ -117,7 +117,7 @@
select select
<include refid="Base_Column_List" /> <include refid="Base_Column_List" />
from tab_haoban_template_application_related from tab_haoban_template_application_related
where application_template_id = #{applicationTemplateId,jdbcType=VARCHAR} where template_id = #{applicationTemplateId,jdbcType=VARCHAR}
and application_id = #{applicationId} and application_id = #{applicationId}
and status_flag = 1 and status_flag = 1
</select> </select>
......
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