| | |
| | | <result property="isupload" column="isupload"/> |
| | | <result property="uploadTime" column="upload_time"/> |
| | | <result property="orgid" column="orgid"/> |
| | | <result property="campusid" column="campusid"/> |
| | | <result property="pid" column="pid"/> |
| | | <result property="guid" column="guid"/> |
| | | <result property="preachform" column="preachform"/> |
| | |
| | | leavehospitaldistrictcode, |
| | | leavehospitaldistrictname, |
| | | orgid, |
| | | campusid, |
| | | nexttaskflag, |
| | | nexttaskid, |
| | | nexttaskname, |
| | |
| | | <if test="isupload != null ">and isupload = #{isupload}</if> |
| | | <if test="uploadTime != null ">and upload_time = #{uploadTime}</if> |
| | | <if test="orgid != null and orgid != ''">and orgid = #{orgid}</if> |
| | | <if test="campusid != null and campusid != ''">and campusid = #{campusid}</if> |
| | | <if test="compensateDate != null and compensateDate != ''">and compensate_date = #{compensateDate}</if> |
| | | <if test="hospType != null and hospType != ''">and hosp_type = #{hospType}</if> |
| | | <if test="libtemplateid != null ">and libtemplateid = #{libtemplateid}</if> |
| | |
| | | service_task.nexttaskflag, |
| | | service_task.nexttaskid, |
| | | service_task.nexttaskname, |
| | | service_task.orgid from service_task |
| | | service_task.orgid, |
| | | service_task.campusid from service_task |
| | | where 1=1 |
| | | and service_task.del_flag = 0 |
| | | <!-- and taskid in (--> |
| | |
| | | <if test="deptname != null and deptname != ''">and service_task.deptname = #{deptname}</if> |
| | | <if test="isupload != null ">and service_task.isupload = #{isupload}</if> |
| | | <if test="uploadTime != null ">and service_task.upload_time = #{uploadTime}</if> |
| | | <if test="orgid != null and orgid != ''">and service_task.orgid = #{orgid}</if> |
| | | <if test="orgid != null and orgid != ''">and service_task.orgid = #{orgid}</if> |
| | | <if test="campusid != null and campusid != ''">and service_task.campusid = #{campusid}</if> |
| | | <if test="compensateDate != null and compensateDate != ''">and service_task.compensate_date = |
| | | #{compensateDate} |
| | | </if> |
| | |
| | | <if test="isupload != null ">and service_task.isupload = #{isupload}</if> |
| | | <if test="uploadTime != null ">and service_task.upload_time = #{uploadTime}</if> |
| | | <if test="orgid != null and orgid != ''">and service_task.orgid = #{orgid}</if> |
| | | <if test="campusid != null and campusid != ''">and service_task.campusid = #{campusid}</if> |
| | | <if test="compensateDate != null and compensateDate != ''">and service_task.compensate_date = |
| | | #{compensateDate} |
| | | </if> |
| | |
| | | <if test="leavehospitaldistrictname != null ">and service_task.leavehospitaldistrictname = |
| | | #{leavehospitaldistrictname} |
| | | </if> |
| | | <if test="leavehospitaldistrictcodes!=null and leavehospitaldistrictcodes.size()>0"> |
| | | AND service_task.leavehospitaldistrictcode IN |
| | | <foreach collection="leavehospitaldistrictcodes" item="leavehospitaldistrictcode" open="(" separator="," |
| | | close=")"> |
| | | #{leavehospitaldistrictcode} |
| | | </foreach> |
| | | </if> |
| | | <if test="leaveldeptcodes!=null and leaveldeptcodes.size()>0"> |
| | | AND service_task.deptcode IN |
| | | <foreach collection="leaveldeptcodes" item="deptcode" open="(" separator="," |
| | | close=")"> |
| | | #{deptcode} |
| | | </foreach> |
| | | </if> |
| | | <choose> |
| | | <when test="(leavehospitaldistrictcodes!=null and leavehospitaldistrictcodes.size()>0) and (leaveldeptcodes!=null and leaveldeptcodes.size()>0)"> |
| | | AND ( |
| | | service_task.leavehospitaldistrictcode IN |
| | | <foreach collection="leavehospitaldistrictcodes" item="leavehospitaldistrictcode" open="(" separator="," close=")"> |
| | | #{leavehospitaldistrictcode} |
| | | </foreach> |
| | | OR service_task.deptcode IN |
| | | <foreach collection="leaveldeptcodes" item="deptcode" open="(" separator="," close=")"> |
| | | #{deptcode} |
| | | </foreach> |
| | | ) |
| | | </when> |
| | | <otherwise> |
| | | <if test="leavehospitaldistrictcodes!=null and leavehospitaldistrictcodes.size()>0"> |
| | | AND service_task.leavehospitaldistrictcode IN |
| | | <foreach collection="leavehospitaldistrictcodes" item="leavehospitaldistrictcode" open="(" separator="," close=")"> |
| | | #{leavehospitaldistrictcode} |
| | | </foreach> |
| | | </if> |
| | | <if test="leaveldeptcodes!=null and leaveldeptcodes.size()>0"> |
| | | AND service_task.deptcode IN |
| | | <foreach collection="leaveldeptcodes" item="deptcode" open="(" separator="," close=")"> |
| | | #{deptcode} |
| | | </foreach> |
| | | </if> |
| | | </otherwise> |
| | | </choose> |
| | | <if test="leavehospitaldistrictcode != null ">and service_task.leavehospitaldistrictcode = |
| | | #{leavehospitaldistrictcode} |
| | | </if> |
| | |
| | | <if test="isupload != null">isupload,</if> |
| | | <if test="uploadTime != null">upload_time,</if> |
| | | <if test="orgid != null">orgid,</if> |
| | | <if test="campusid != null and campusid != ''">campusid,</if> |
| | | <if test="pid != null">pid,</if> |
| | | <if test="guid != null">guid,</if> |
| | | <if test="preachform != null">preachform,</if> |
| | |
| | | <if test="isupload != null">#{isupload},</if> |
| | | <if test="uploadTime != null">#{uploadTime},</if> |
| | | <if test="orgid != null">#{orgid},</if> |
| | | <if test="campusid != null and campusid != ''">#{campusid},</if> |
| | | <if test="nexttaskflag != null">#{nexttaskflag},</if> |
| | | <if test="nexttaskid != null">#{nexttaskid},</if> |
| | | <if test="nexttaskname != null">#{nexttaskname},</if> |
| | |
| | | <if test="isupload != null">isupload = #{isupload},</if> |
| | | <if test="uploadTime != null">upload_time = #{uploadTime},</if> |
| | | <if test="orgid != null">orgid = #{orgid},</if> |
| | | <if test="campusid != null and campusid != ''">campusid = #{campusid},</if> |
| | | <if test="nexttaskflag != null">nexttaskflag = #{nexttaskflag},</if> |
| | | <if test="nexttaskid != null">nexttaskid = #{nexttaskid},</if> |
| | | <if test="nexttaskname != null and nexttaskname!=''">nexttaskname = #{nexttaskname},</if> |