| | |
| | | <result property="wardName" column="ward_name"/> |
| | | <result property="deptCode" column="dept_code"/> |
| | | <result property="deptName" column="dept_name"/> |
| | | <result property="taskId" column="task_id"/> |
| | | <result property="subId" column="sub_id"/> |
| | | |
| | | </resultMap> |
| | | |
| | | <sql id="selectServiceOutPathVo"> |
| | |
| | | param3, |
| | | param5, |
| | | param6, |
| | | task_id, |
| | | sub_id, |
| | | create_time, |
| | | update_time, |
| | | radix, |
| | |
| | | <if test="deptName != null and deptName != ''"> |
| | | and dept_name=#{deptName} |
| | | </if> |
| | | <if test="subId != null"> |
| | | and sub_id=#{subId} |
| | | </if> |
| | | <if test="taskId != null"> |
| | | and task_id=#{taskId} |
| | | </if> |
| | | </select> |
| | | |
| | | <select id="selectServiceOutPathById" parameterType="Long" |
| | |
| | | </if> |
| | | <if test="deptName != null">dept_name, |
| | | </if> |
| | | |
| | | <if test="subId != null"> |
| | | sub_id, |
| | | </if> |
| | | <if test="taskId != null "> |
| | | task_id, |
| | | </if> |
| | | </trim> |
| | | <trim prefix="values (" suffix=")" suffixOverrides=","> |
| | | <if test="param1 != null">#{param1}, |
| | |
| | | <if test="deptCode != null">#{deptCode}, |
| | | </if> |
| | | <if test="deptName != null">#{deptName}, |
| | | </if> |
| | | <if test="subId != null "> |
| | | #{subId}, |
| | | </if> |
| | | <if test="taskId != null "> |
| | | #{taskId}, |
| | | </if> |
| | | </trim> |
| | | </insert> |
| | |
| | | <if test="deptName != null">dept_name = |
| | | #{deptName}, |
| | | </if> |
| | | <if test="subId != null"> |
| | | sub_id=#{subId}, |
| | | </if> |
| | | <if test="taskId != null"> |
| | | task_id=#{taskId}, |
| | | </if> |
| | | </trim> |
| | | where id = #{id} |
| | | </update> |
| | |
| | | FROM INFORMATION_SCHEMA.TABLES |
| | | WHERE TABLE_NAME = 'service_out_path' |
| | | AND table_schema = DATABASE() |
| | | and onorgid |
| | | -- and onorgid |
| | | </select> |
| | | |
| | | </mapper> |