From 5217bbc0a0278915e5c641316c20489d8f1868f1 Mon Sep 17 00:00:00 2001 From: heheng <heheng@123456> Date: 星期二, 21 一月 2025 08:31:05 +0800 Subject: [PATCH] 特种作业非煤缴费版本 --- exam-system/src/main/resources/mapper/pay/NonCoalCategoryMapper.xml | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/exam-system/src/main/resources/mapper/pay/NonCoalCategoryMapper.xml b/exam-system/src/main/resources/mapper/pay/NonCoalCategoryMapper.xml index f44bd8b..051fe8d 100644 --- a/exam-system/src/main/resources/mapper/pay/NonCoalCategoryMapper.xml +++ b/exam-system/src/main/resources/mapper/pay/NonCoalCategoryMapper.xml @@ -82,7 +82,7 @@ </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> @@ -131,7 +131,7 @@ <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> @@ -149,7 +149,7 @@ <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> @@ -171,7 +171,7 @@ <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> -- Gitblit v1.9.2