| | |
| | | <select id="selectServiceSubtaskPreachformList" parameterType="com.smartor.domain.ServiceSubtaskPreachform" |
| | | resultMap="ServiceSubtaskPreachformResult"> |
| | | <include refid="selectServiceSubtaskPreachformVo"/> |
| | | <where> |
| | | del_flag=0 |
| | | WHERE 1=1 |
| | | AND del_flag=0 |
| | | <if test="subid != null "> |
| | | and subid = #{subid} |
| | | </if> |
| | |
| | | <if test="compensateTime != null "> |
| | | and compensate_time = #{compensateTime} |
| | | </if> |
| | | </where> |
| | | </select> |
| | | |
| | | <select id="selectServiceSubtaskPreachformById" parameterType="Long" |
| | |
| | | #{compensateTime}, |
| | | </if> |
| | | </trim> |
| | | <where> |
| | | WHERE 1=1 |
| | | |
| | | <if test="subid != null">subid = |
| | | #{subid}, |
| | | </if> |
| | |
| | | <if test="orgid != null">orgid = |
| | | #{orgid}, |
| | | </if> |
| | | </where> |
| | | |
| | | </update> |
| | | |
| | | |