| | |
| | | <update id="updateServiceTask" parameterType="com.smartor.domain.ServiceTask"> |
| | | update service_task |
| | | <trim prefix="SET" suffixOverrides=","> |
| | | <if test="taskName != null">task_name = #{taskName},</if> |
| | | <if test="taskName != null and taskName != ''">task_name = #{taskName},</if> |
| | | <if test="templateid != null">templateid = #{templateid},</if> |
| | | <if test="templatename != null">templatename = #{templatename},</if> |
| | | <if test="templatename != null and templatename != ''">templatename = #{templatename},</if> |
| | | <if test="labelinfo != null">labelinfo = #{labelinfo},</if> |
| | | <if test="count != null">count = #{count},</if> |
| | | <if test="executed != null">executed = #{executed},</if> |
| | | <if test="unexecuted != null">unexecuted = #{unexecuted},</if> |
| | | <if test="fail != null">fail = #{fail},</if> |
| | | <if test="checkuserid != null">checkuserid = #{checkuserid},</if> |
| | | <if test="checkusername != null">checkusername = #{checkusername},</if> |
| | | <if test="checkusername != null and checkusername != ''">checkusername = #{checkusername},</if> |
| | | <if test="checktime != null">checktime = #{checktime},</if> |
| | | <if test="type != null">type = #{type},</if> |
| | | <if test="typename != null">typename = #{typename},</if> |
| | | <if test="deptcode != null">deptcode = #{deptcode},</if> |
| | | <if test="deptname != null">deptname = #{deptname},</if> |
| | | <if test="deptcode != null and deptcode != ''">deptcode = #{deptcode},</if> |
| | | <if test="deptname != null and deptname != ''">deptname = #{deptname},</if> |
| | | <if test="delFlag != null and delFlag != ''">del_flag = #{delFlag},</if> |
| | | <if test="updateBy != null">update_by = #{updateBy},</if> |
| | | <if test="updateTime != null">update_time = #{updateTime},</if> |
| | |
| | | <if test="orgid != null">orgid = #{orgid},</if> |
| | | <if test="nexttaskflag != null">nexttaskflag = #{nexttaskflag},</if> |
| | | <if test="nexttaskid != null">nexttaskid = #{nexttaskid},</if> |
| | | <if test="nexttaskname != null">nexttaskname = #{nexttaskname},</if> |
| | | <if test="nexttaskname != null and nexttaskname!=''">nexttaskname = #{nexttaskname},</if> |
| | | <if test="pid != null">pid = #{pid},</if> |
| | | <if test="guid != null">guid = #{guid},</if> |
| | | <if test="preachform != null">preachform = #{preachform},</if> |
| | | <if test="preachformDesc != null">preachform_desc = #{preachformDesc},</if> |
| | | <if test="preachformDesc != null and preachformDesc!=''">preachform_desc = #{preachformDesc},</if> |
| | | <if test="sendType != null">send_type = #{sendType},</if> |
| | | <if test="sendState != null">send_state = #{sendState},</if> |
| | | <if test="hospType != null and hospType != ''">hosp_type = #{hospType},</if> |
| | |
| | | <if test="longTask != null and longTask != ''">long_task = #{longTask},</if> |
| | | <if test="kcb != null and kcb != ''">kcb = #{kcb},</if> |
| | | <if test="jsy != null and jsy != ''">jsy = #{jsy},</if> |
| | | <if test="leavehospitaldistrictname != null ">leavehospitaldistrictname = #{leavehospitaldistrictname}, |
| | | <if test="leavehospitaldistrictname != null and leavehospitaldistrictname != ''">leavehospitaldistrictname = #{leavehospitaldistrictname}, |
| | | </if> |
| | | <if test="leavehospitaldistrictcode != null ">leavehospitaldistrictcode = #{leavehospitaldistrictcode}, |
| | | <if test="leavehospitaldistrictcode != null and leavehospitaldistrictcode != ''">leavehospitaldistrictcode = #{leavehospitaldistrictcode}, |
| | | </if> |
| | | <if test="compensateDate != null and compensateDate != ''">compensate_date = #{compensateDate},</if> |
| | | <if test="sendDay != null ">send_day = #{sendDay},</if> |