|
|
|
@@ -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"> |
|
|
|
|