| | |
| | | update_time, |
| | | id, |
| | | act_name, |
| | | act_code, |
| | | act_type, |
| | | act_begin_time, |
| | | act_end_time, |
| | |
| | | now(), |
| | | #{item.id}, |
| | | #{item.actName}, |
| | | #{item.actCode}, |
| | | #{item.actType}, |
| | | #{item.actBeginTime}, |
| | | #{item.actEndTime}, |
| | |
| | | <if test="record.actName != null and record.actName != '' "> |
| | | act_name = #{record.actName}, |
| | | </if> |
| | | <if test="record.actCode != null "> |
| | | act_code = #{record.actCode}, |
| | | </if> |
| | | |
| | | <if test="record.actContent != null "> |
| | | act_content = #{record.actContent}, |
| | | </if> |
| | | <if test="record.actType != null "> |
| | | act_type = #{record.actType}, |
| | | </if> |