winter 2 лет назад
Родитель
Сommit
c54733835a
1 измененных файлов: 6 добавлений и 0 удалений
  1. +6
    -0
      mallinkService/src/main/resources/mapper/WxRaffleActivityRecordMapper.xml

+ 6
- 0
mallinkService/src/main/resources/mapper/WxRaffleActivityRecordMapper.xml Просмотреть файл

@@ -121,6 +121,12 @@
<if test=" null != auditRemark and '' != auditRemark">
`audit_remark` = #{auditRemark},
</if>
<if test=" null != auditTime">
`audit_time` = #{auditTime},
</if>
<if test=" null != auditBy">
`audit_by` = #{auditBy},
</if>
`update_date` = #{updateDate}
where id=#{id}
<if test=" null != tenantId and '' != tenantId">


Загрузка…
Отмена
Сохранить