Procházet zdrojové kódy

fix

release_toaliyun_real
winter před 2 roky
rodič
revize
c54733835a
1 změnil soubory, kde provedl 6 přidání a 0 odebrání
  1. +6
    -0
      mallinkService/src/main/resources/mapper/WxRaffleActivityRecordMapper.xml

+ 6
- 0
mallinkService/src/main/resources/mapper/WxRaffleActivityRecordMapper.xml Zobrazit soubor

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


Načítá se…
Zrušit
Uložit