| | |
| | | |
| | | <select id="selectIvrSceneFlowList" parameterType="IvrSceneFlow" resultMap="IvrSceneFlowResult"> |
| | | <include refid="selectIvrSceneFlowVo"/> |
| | | <where> |
| | | where 1=1 |
| | | <if test="orgid != null and orgid != ''"> and orgid = #{orgid}</if> |
| | | <if test="isupload != null "> and isupload = #{isupload}</if> |
| | | <if test="uploadTime != null "> and upload_time = #{uploadTime}</if> |
| | |
| | | <if test="sort != null "> and sort = #{sort}</if> |
| | | <if test="startnode != null "> and startnode = #{startnode}</if> |
| | | <if test="oldid != null "> and oldid = #{oldid}</if> |
| | | </where> |
| | | </select> |
| | | |
| | | <select id="selectIvrSceneFlowByFlowid" parameterType="Long" resultMap="IvrSceneFlowResult"> |