|
|
@ -52,6 +52,15 @@ |
|
|
|
updated_by = #{updatedBy}, |
|
|
|
updated_time = #{updatedTime}, |
|
|
|
dept_id=#{deptId}, |
|
|
|
<if test="imgUrl != null and imgUrl != ''"> |
|
|
|
IMG_URL=#{imgUrl}, |
|
|
|
</if> |
|
|
|
<if test="typeId != null and typeId != ''"> |
|
|
|
TYPE_ID=#{typeId}, |
|
|
|
</if> |
|
|
|
<if test="allTypeId != null and allTypeId != ''"> |
|
|
|
ALL_TYPE_ID=#{allTypeId}, |
|
|
|
</if> |
|
|
|
dept_name=#{deptName} |
|
|
|
WHERE id = #{id} AND del_flag = '0' |
|
|
|
</update> |
|
|
|