|
|
@ -65,7 +65,14 @@ |
|
|
<update id="updateWorkloadWstatus" parameterType="com.xm.core.entity.XmTaskWorkload"> |
|
|
<update id="updateWorkloadWstatus" parameterType="com.xm.core.entity.XmTaskWorkload"> |
|
|
update xm_task_workload res |
|
|
update xm_task_workload res |
|
|
<set> |
|
|
<set> |
|
|
res.wstatus = #{wstatus} |
|
|
|
|
|
|
|
|
res.wstatus = #{wstatus}, |
|
|
|
|
|
res.sstatus = '1', |
|
|
|
|
|
<if test="amt==null || amt ==''"> |
|
|
|
|
|
res.amt = 0, |
|
|
|
|
|
</if> |
|
|
|
|
|
<if test="samt ==null || samt ==''"> |
|
|
|
|
|
res.samt = 0 |
|
|
|
|
|
</if> |
|
|
</set> |
|
|
</set> |
|
|
<where> |
|
|
<where> |
|
|
<if test=" ids != null"> and (res.id) in |
|
|
<if test=" ids != null"> and (res.id) in |
|
|
|