| | |
| | | <if test="departmentArea != null">department_area,</if> |
| | | <if test="classifyId != null and classifyId != '' ">classify_id,</if> |
| | | <if test="matterName != null and matterName != '' ">matter_name,</if> |
| | | <if test="associateIds != null and associateIds != '' ">associate_ids,</if> |
| | | <if test="associateIds != null ">associate_ids,</if> |
| | | <if test="transactionNum != null ">transaction_num,</if> |
| | | <if test="browseNum != null ">browse_num,</if> |
| | | <if test="basicInformation != null and basicInformation != '' ">basic_information,</if> |
| | |
| | | <if test="applicationMaterial != null and applicationMaterial != '' ">application_material,</if> |
| | | <if test="handlingProcedures != null and handlingProcedures != '' ">handling_procedures,</if> |
| | | <if test="rates != null and rates != '' ">rates,</if> |
| | | <if test="associateNames != null and associateNames != '' ">associate_names,</if> |
| | | <if test="associateNames != null ">associate_names,</if> |
| | | <if test="queryTime != null">query_time,</if> |
| | | <if test="basicInformationUrl != null and basicInformationUrl != '' ">basic_information_url,</if> |
| | | <if test="acceptConditionsUrl != null and acceptConditionsUrl != '' ">accept_conditions_url,</if> |
| | |
| | | <if test="departmentArea != null">#{departmentArea},</if> |
| | | <if test="classifyId != null and classifyId != '' ">#{classifyId},</if> |
| | | <if test="matterName != null and matterName != '' ">#{matterName},</if> |
| | | <if test="associateIds != null and associateIds != '' ">#{associateIds},</if> |
| | | <if test="associateIds != null ">#{associateIds},</if> |
| | | <if test="transactionNum != null ">#{transactionNum},</if> |
| | | <if test="browseNum != null ">#{browseNum},</if> |
| | | <if test="basicInformation != null and basicInformation != '' ">#{basicInformation},</if> |
| | |
| | | <if test="applicationMaterial != null and applicationMaterial != '' ">#{applicationMaterial},</if> |
| | | <if test="handlingProcedures != null and handlingProcedures != '' ">#{handlingProcedures},</if> |
| | | <if test="rates != null and rates != '' ">#{rates},</if> |
| | | <if test="associateNames != null and associateNames != '' ">#{associateNames},</if> |
| | | <if test="associateNames != null ">#{associateNames},</if> |
| | | <if test="queryTime != null">#{queryTime},</if> |
| | | <if test="basicInformationUrl != null and basicInformationUrl != '' ">#{basicInformationUrl},</if> |
| | | <if test="acceptConditionsUrl != null and acceptConditionsUrl != '' ">#{acceptConditionsUrl},</if> |
| | |
| | | <if test="departmentArea != null">department_area=#{departmentArea},</if> |
| | | <if test="classifyId != null and classifyId != '' ">classify_id=#{classifyId},</if> |
| | | <if test="matterName != null and matterName != '' ">matter_name=#{matterName},</if> |
| | | <if test="associateIds != null and associateIds != '' ">associate_ids=#{associateIds},</if> |
| | | <if test="associateIds != null ">associate_ids=#{associateIds},</if> |
| | | <if test="transactionNum != null ">transaction_num=#{transactionNum},</if> |
| | | <if test="browseNum != null ">browse_num=#{browseNum},</if> |
| | | <if test="basicInformation != null">basic_information=#{basicInformation},</if> |
| | |
| | | <if test="applicationMaterial != null ">application_material=#{applicationMaterial},</if> |
| | | <if test="handlingProcedures != null ">handling_procedures=#{handlingProcedures},</if> |
| | | <if test="rates != null ">rates=#{rates},</if> |
| | | <if test="associateNames != null and associateNames != '' ">associate_names=#{associateNames},</if> |
| | | <if test="associateNames != null ">associate_names=#{associateNames},</if> |
| | | <if test="queryTime != null">query_time=#{queryTime},</if> |
| | | <if test="basicInformationUrl != null">basic_information_url=#{basicInformationUrl},</if> |
| | | <if test="acceptConditionsUrl != null ">accept_conditions_url=#{acceptConditionsUrl},</if> |