| | |
| | | </if> |
| | | <if test="operateTypeId != null ">and a.operate_type_id = #{operateTypeId}</if> |
| | | <if test="amount != null ">and a.amount = #{amount}</if> |
| | | <if test="bussinessCode != null and bussinessCode != ''">and a.business_code = #{bussinessCode}</if> |
| | | <if test="businessCode != null and businessCode != ''">and a.business_code = #{businessCode}</if> |
| | | <if test="companyCode != null and companyCode != ''">and a.company_code = #{companyCode}</if> |
| | | <if test="drawer != null and drawer != ''">and a.drawer = #{drawer}</if> |
| | | <if test="reviewer != null and reviewer != ''">and a.reviewer = #{reviewer}</if> |
| | |
| | | <if test="subjectName != null and subjectName != ''">subject_name,</if> |
| | | <if test="operateTypeId != null">operate_type_id,</if> |
| | | <if test="amount != null">amount,</if> |
| | | <if test="bussinessCode != null and bussinessCode != ''">business_code,</if> |
| | | <if test="businessCode != null and businessCode != ''">business_code,</if> |
| | | <if test="companyCode != null and companyCode != ''">company_code,</if> |
| | | <if test="drawer != null and drawer != ''">drawer,</if> |
| | | <if test="reviewer != null and reviewer != ''">reviewer,</if> |
| | |
| | | <if test="subjectName != null and subjectName != ''">#{subjectName},</if> |
| | | <if test="operateTypeId != null">#{operateTypeId},</if> |
| | | <if test="amount != null">#{amount},</if> |
| | | <if test="bussinessCode != null and bussinessCode != ''">#{bussinessCode},</if> |
| | | <if test="businessCode != null and businessCode != ''">#{businessCode},</if> |
| | | <if test="companyCode != null and companyCode != ''">#{companyCode},</if> |
| | | <if test="drawer != null and drawer != ''">#{drawer},</if> |
| | | <if test="reviewer != null and reviewer != ''">#{reviewer},</if> |
| | |
| | | <if test="subjectName != null and subjectName != ''">subject_name = #{subjectName},</if> |
| | | <if test="operateTypeId != null">operate_type_id = #{operateTypeId},</if> |
| | | <if test="amount != null">amount = #{amount},</if> |
| | | <if test="bussinessCode != null and bussinessCode != ''">business_code = #{bussinessCode},</if> |
| | | <if test="businessCode != null and businessCode != ''">business_code = #{businessCode},</if> |
| | | <if test="companyCode != null and companyCode != ''">company_code = #{companyCode},</if> |
| | | <if test="drawer != null and drawer != ''">drawer = #{drawer},</if> |
| | | <if test="reviewer != null and reviewer != ''">reviewer = #{reviewer},</if> |