|
@@ -169,6 +169,10 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<include refid="selectDragFormVo"/>
|
|
|
where sql_key = #{sqlKey}
|
|
|
</select>
|
|
|
+ <select id="selectDragFormByFormKey" resultMap="DragFormResult">
|
|
|
+ <include refid="selectDragFormVo"/>
|
|
|
+ where form_key = #{formKey}
|
|
|
+ </select>
|
|
|
|
|
|
<select id="selectDragFormFId" resultType="int">
|
|
|
select f_id from {DBNAME}.drag_form ORDER BY f_id desc LIMIT 1
|