对页面敏感信息进行了数据脱敏处理,给学生学籍异动模块增加了政治面貌选项和给八个学院的书记推送企业微信
This commit is contained in:
@@ -20,6 +20,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<result property="parentPhone" column="parent_phone" />
|
||||
<result property="parentName" column="parent_name" />
|
||||
<result property="jg" column="jg" />
|
||||
<result property="politicalStatus" column="political_status" />
|
||||
<result property="hksz2" column="hksz2" />
|
||||
<result property="attachmentUpload" column="attachment_upload" />
|
||||
<result property="reasonApplying" column="reason_applying" />
|
||||
@@ -44,7 +45,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
|
||||
<sql id="selectRtStuDisqualificationVo">
|
||||
select disqualification_id, applicant_name, stu_no, stu_name, stu_id, gender, department_Name, grade_name, class_name, mz,
|
||||
birthday, parent_phone, parent_name, jg, hksz2, attachment_upload, reason_applying, apply_signature, apply_status, submission_status,
|
||||
birthday, parent_phone, parent_name, jg,political_status,hksz2, attachment_upload, reason_applying, apply_signature, apply_status, submission_status,
|
||||
drop_out_type, process_instance_id, deploy_id, create_by, create_time, update_by, update_time, remark, ideological_education,
|
||||
instruction_school_hours, ihandling_suggestion, reentry_year, reentry_number, disqualificatio_type ,applicant_id from rt_stu_disqualification
|
||||
</sql>
|
||||
@@ -65,6 +66,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<if test="parentPhone != null and parentPhone != ''"> and parent_phone = #{parentPhone}</if>
|
||||
<if test="parentName != null and parentName != ''"> and parent_name like concat('%', #{parentName}, '%')</if>
|
||||
<if test="jg != null and jg != ''"> and jg = #{jg}</if>
|
||||
<if test="politicalStatus != null and politicalStatus != ''"> and political_status = #{politicalStatus}</if>
|
||||
<if test="hksz2 != null and hksz2 != ''"> and hksz2 = #{hksz2}</if>
|
||||
<if test="attachmentUpload != null and attachmentUpload != ''"> and attachment_upload = #{attachmentUpload}</if>
|
||||
<if test="reasonApplying != null and reasonApplying != ''"> and reason_applying = #{reasonApplying}</if>
|
||||
@@ -106,6 +108,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
a.parent_phone,
|
||||
a.parent_name,
|
||||
a.jg,
|
||||
a.political_status,
|
||||
a.hksz2,
|
||||
a.attachment_upload,
|
||||
a.reason_applying,
|
||||
@@ -162,6 +165,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<if test="parentPhone != null">parent_phone,</if>
|
||||
<if test="parentName != null">parent_name,</if>
|
||||
<if test="jg != null">jg,</if>
|
||||
<if test="politicalStatus != null">political_status,</if>
|
||||
<if test="hksz2 != null">hksz2,</if>
|
||||
<if test="attachmentUpload != null">attachment_upload,</if>
|
||||
<if test="reasonApplying != null">reason_applying,</if>
|
||||
@@ -198,6 +202,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<if test="parentPhone != null">#{parentPhone},</if>
|
||||
<if test="parentName != null">#{parentName},</if>
|
||||
<if test="jg != null">#{jg},</if>
|
||||
<if test="politicalStatus != null">#{politicalStatus},</if>
|
||||
<if test="hksz2 != null">#{hksz2},</if>
|
||||
<if test="attachmentUpload != null">#{attachmentUpload},</if>
|
||||
<if test="reasonApplying != null">#{reasonApplying},</if>
|
||||
@@ -238,6 +243,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<if test="parentPhone != null">parent_phone = #{parentPhone},</if>
|
||||
<if test="parentName != null">parent_name = #{parentName},</if>
|
||||
<if test="jg != null">jg = #{jg},</if>
|
||||
<if test="politicalStatus != null">political_status = #{politicalStatus},</if>
|
||||
<if test="hksz2 != null">hksz2 = #{hksz2},</if>
|
||||
<if test="attachmentUpload != null">attachment_upload = #{attachmentUpload},</if>
|
||||
<if test="reasonApplying != null">reason_applying = #{reasonApplying},</if>
|
||||
|
||||
@@ -20,6 +20,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<result property="parentPhone" column="parent_phone" />
|
||||
<result property="parentName" column="parent_name" />
|
||||
<result property="jg" column="jg" />
|
||||
<result property="politicalStatus" column="political_status" />
|
||||
<result property="hksz2" column="hksz2" />
|
||||
<result property="attachmentUpload" column="attachment_upload" />
|
||||
<result property="reasonApplying" column="reason_applying" />
|
||||
@@ -45,7 +46,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
|
||||
<sql id="selectRtStuDropOutSchoolVo">
|
||||
select drop_out_school_id, applicant_id, applicant_name, stu_no, stu_name, stu_id, gender, department_Name, grade_name,
|
||||
class_name, mz, birthday, parent_phone, parent_name, jg, hksz2, attachment_upload, reason_applying, apply_signature,
|
||||
class_name, mz, birthday, parent_phone, parent_name,jg,political_status,hksz2, attachment_upload, reason_applying, apply_signature,
|
||||
ideological_education, Instruction_school_hours, apply_status, submission_status, drop_out_type, process_instance_id,
|
||||
deploy_id, create_by, create_time, update_by, update_time, remark, quit_startTime, quit_endTime, quit_year, quit_number,drop_out_category
|
||||
from rt_stu_drop_out_school
|
||||
@@ -68,6 +69,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<if test="parentPhone != null and parentPhone != ''"> and parent_phone = #{parentPhone}</if>
|
||||
<if test="parentName != null and parentName != ''"> and parent_name like concat('%', #{parentName}, '%')</if>
|
||||
<if test="jg != null and jg != ''"> and jg = #{jg}</if>
|
||||
<if test="politicalStatus != null and politicalStatus != ''"> and political_status = #{politicalStatus}</if>
|
||||
<if test="hksz2 != null and hksz2 != ''"> and hksz2 = #{hksz2}</if>
|
||||
<if test="attachmentUpload != null and attachmentUpload != ''"> and attachment_upload = #{attachmentUpload}</if>
|
||||
<if test="reasonApplying != null and reasonApplying != ''"> and reason_applying = #{reasonApplying}</if>
|
||||
@@ -95,7 +97,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
|
||||
<select id="selectRtStuDropOutSchoolListByXW" parameterType="RtStuDropOutSchoolVo" resultMap="RtStuDropOutSchoolResult">
|
||||
select a.drop_out_school_id, a.applicant_id, a.applicant_name, a.stu_no, a.stu_name, a.stu_id, a.gender, a.department_Name, a.grade_name,
|
||||
a.class_name, a.mz, a.birthday, a.parent_phone, a.parent_name, a.jg, a.hksz2, a.attachment_upload, a.reason_applying, a.apply_signature,
|
||||
a.class_name, a.mz, a.birthday, a.parent_phone, a.parent_name, a.jg,a.political_status,a.hksz2, a.attachment_upload, a.reason_applying, a.apply_signature,
|
||||
a.ideological_education, a.Instruction_school_hours, a.apply_status, a.submission_status, a.drop_out_type, a.process_instance_id,
|
||||
a.deploy_id, a.create_by, a.create_time, a.update_by, a.update_time, a.remark, a.quit_startTime, a.quit_endTime,
|
||||
a.quit_year, a.quit_number,a.drop_out_category from rt_stu_drop_out_school a
|
||||
@@ -132,6 +134,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<if test="parentPhone != null">parent_phone,</if>
|
||||
<if test="parentName != null">parent_name,</if>
|
||||
<if test="jg != null">jg,</if>
|
||||
<if test="politicalStatus != null">political_status,</if>
|
||||
<if test="hksz2 != null">hksz2,</if>
|
||||
<if test="attachmentUpload != null">attachment_upload,</if>
|
||||
<if test="reasonApplying != null">reason_applying,</if>
|
||||
@@ -169,6 +172,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<if test="parentPhone != null">#{parentPhone},</if>
|
||||
<if test="parentName != null">#{parentName},</if>
|
||||
<if test="jg != null">#{jg},</if>
|
||||
<if test="politicalStatus != null">#{politicalStatus},</if>
|
||||
<if test="hksz2 != null">#{hksz2},</if>
|
||||
<if test="attachmentUpload != null">#{attachmentUpload},</if>
|
||||
<if test="reasonApplying != null">#{reasonApplying},</if>
|
||||
@@ -210,6 +214,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<if test="parentPhone != null">parent_phone = #{parentPhone},</if>
|
||||
<if test="parentName != null">parent_name = #{parentName},</if>
|
||||
<if test="jg != null">jg = #{jg},</if>
|
||||
<if test="politicalStatus != null">political_status = #{politicalStatus},</if>
|
||||
<if test="hksz2 != null">hksz2 = #{hksz2},</if>
|
||||
<if test="attachmentUpload != null">attachment_upload = #{attachmentUpload},</if>
|
||||
<if test="reasonApplying != null">reason_applying = #{reasonApplying},</if>
|
||||
|
||||
@@ -20,6 +20,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<result property="parentPhone" column="parent_phone" />
|
||||
<result property="parentName" column="parent_name" />
|
||||
<result property="jg" column="jg" />
|
||||
<result property="politicalStatus" column="political_status" />
|
||||
<result property="hksz2" column="hksz2" />
|
||||
<result property="attachmentUpload" column="attachment_upload" />
|
||||
<result property="reasonApplying" column="reason_applying" />
|
||||
@@ -45,7 +46,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
|
||||
<sql id="selectRtStuQuitSchoolVo">
|
||||
select quit_school_id, applicant_id, applicant_name, stu_no, stu_name, stu_id, gender, department_Name, grade_name, class_name, mz,
|
||||
birthday, parent_phone, parent_name, jg, hksz2, attachment_upload, reason_applying, apply_signature, ideological_education,
|
||||
birthday, parent_phone, parent_name, jg,political_status,hksz2, attachment_upload, reason_applying, apply_signature, ideological_education,
|
||||
Instruction_school_hours, apply_status, submission_status, process_instance_id, deploy_id, create_by, create_time, update_by,
|
||||
update_time, remark,quit_type,quit_startTime,quit_endTime,quit_year,quit_number,quit_category from rt_stu_quit_school
|
||||
</sql>
|
||||
@@ -67,6 +68,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<if test="parentPhone != null and parentPhone != ''"> and parent_phone = #{parentPhone}</if>
|
||||
<if test="parentName != null and parentName != ''"> and parent_name like concat('%', #{parentName}, '%')</if>
|
||||
<if test="jg != null and jg != ''"> and jg = #{jg}</if>
|
||||
<if test="politicalStatus != null and politicalStatus != ''"> and political_status = #{politicalStatus}</if>
|
||||
<if test="hksz2 != null and hksz2 != ''"> and hksz2 = #{hksz2}</if>
|
||||
<if test="attachmentUpload != null and attachmentUpload != ''"> and attachment_upload = #{attachmentUpload}</if>
|
||||
<if test="reasonApplying != null and reasonApplying != ''"> and reason_applying = #{reasonApplying}</if>
|
||||
@@ -93,7 +95,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
|
||||
<select id="selectRtStuQuitSchoolListByXW" parameterType="RtStuQuitSchool" resultMap="RtStuQuitSchoolResult">
|
||||
SELECT quit_school_id, a.applicant_id, a.applicant_name, a.stu_no, a.stu_name, a.stu_id, a.gender, a.department_Name, a.grade_name, a.class_name, a.mz,
|
||||
a.birthday, a.parent_phone, a.parent_name, a.jg, a.hksz2, a.attachment_upload, a.reason_applying, a.apply_signature, a.ideological_education,
|
||||
a.birthday, a.parent_phone, a.parent_name, a.jg,a.political_status,a.hksz2, a.attachment_upload, a.reason_applying, a.apply_signature, a.ideological_education,
|
||||
a.Instruction_school_hours, a.apply_status, a.submission_status, a.process_instance_id, a.deploy_id, a.create_by, a.create_time, a.update_by,
|
||||
a.update_time, a.remark,a.quit_type,a.quit_startTime,a.quit_endTime,a.quit_year,a.quit_number,a.quit_category FROM rt_stu_quit_school a
|
||||
LEFT JOIN srs_student b ON a.stu_no = b.stu_no
|
||||
@@ -129,7 +131,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
|
||||
<select id="selectRtStuQuitSchoolListByFdy" parameterType="RtStuQuitSchool" resultMap="RtStuQuitSchoolResult">
|
||||
SELECT quit_school_id, applicant_id, applicant_name, a.stu_no, a.stu_name, a.stu_id, a.gender, a.department_Name, a.grade_name, a.class_name, a.mz,
|
||||
a.birthday, a.parent_phone, a.parent_name, a.jg, a.hksz2, a.attachment_upload, a.reason_applying, a.apply_signature, a.ideological_education,
|
||||
a.birthday, a.parent_phone, a.parent_name, a.jg,a.political_status,a.hksz2, a.attachment_upload, a.reason_applying, a.apply_signature, a.ideological_education,
|
||||
a.Instruction_school_hours, a.apply_status, a.submission_status, a.process_instance_id, a.deploy_id, a.create_by, a.create_time, a.update_by,
|
||||
a.update_time, a.remark,a.quit_type,a.quit_startTime,a.quit_endTime,a.quit_year,a.quit_number,a.quit_category FROM rt_stu_quit_school a
|
||||
LEFT JOIN srs_student b ON a.stu_no = b.stu_no
|
||||
@@ -150,6 +152,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<if test="parentPhone != null and parentPhone != ''"> and parent_phone = #{parentPhone}</if>
|
||||
<if test="parentName != null and parentName != ''"> and parent_name like concat('%', #{parentName}, '%')</if>
|
||||
<if test="jg != null and jg != ''"> and jg = #{jg}</if>
|
||||
<if test="politicalStatus != null and politicalStatus != ''"> and political_status = #{politicalStatus}</if>
|
||||
<if test="hksz2 != null and hksz2 != ''"> and hksz2 = #{hksz2}</if>
|
||||
<if test="attachmentUpload != null and attachmentUpload != ''"> and attachment_upload = #{attachmentUpload}</if>
|
||||
<if test="reasonApplying != null and reasonApplying != ''"> and reason_applying = #{reasonApplying}</if>
|
||||
@@ -188,6 +191,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<if test="parentPhone != null">parent_phone,</if>
|
||||
<if test="parentName != null">parent_name,</if>
|
||||
<if test="jg != null">jg,</if>
|
||||
<if test="politicalStatus != null">political_status,</if>
|
||||
<if test="hksz2 != null">hksz2,</if>
|
||||
<if test="attachmentUpload != null">attachment_upload,</if>
|
||||
<if test="reasonApplying != null">reason_applying,</if>
|
||||
@@ -225,6 +229,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<if test="parentPhone != null">#{parentPhone},</if>
|
||||
<if test="parentName != null">#{parentName},</if>
|
||||
<if test="jg != null">#{jg},</if>
|
||||
<if test="politicalStatus != null">#{politicalStatus},</if>
|
||||
<if test="hksz2 != null">#{hksz2},</if>
|
||||
<if test="attachmentUpload != null">#{attachmentUpload},</if>
|
||||
<if test="reasonApplying != null">#{reasonApplying},</if>
|
||||
@@ -266,6 +271,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<if test="parentPhone != null">parent_phone = #{parentPhone},</if>
|
||||
<if test="parentName != null">parent_name = #{parentName},</if>
|
||||
<if test="jg != null">jg = #{jg},</if>
|
||||
<if test="politicalStatus != null">political_status = #{politicalStatus},</if>
|
||||
<if test="hksz2 != null">hksz2 = #{hksz2},</if>
|
||||
<if test="attachmentUpload != null">attachment_upload = #{attachmentUpload},</if>
|
||||
<if test="reasonApplying != null">reason_applying = #{reasonApplying},</if>
|
||||
|
||||
@@ -19,6 +19,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<result property="parentPhone" column="parent_phone" />
|
||||
<result property="parentName" column="parent_name" />
|
||||
<result property="jg" column="jg" />
|
||||
<result property="politicalStatus" column="political_status" />
|
||||
<result property="hksz2" column="hksz2" />
|
||||
<result property="attachmentUpload" column="attachment_upload" />
|
||||
<result property="reasonApplying" column="reason_applying" />
|
||||
@@ -48,7 +49,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
</resultMap>
|
||||
|
||||
<sql id="selectRtStuReentrySchoolVo">
|
||||
select reentry_id, stu_no, stu_name, stu_id, gender, department_Name, grade_name, class_name, mz, birthday, parent_phone, parent_name, jg, hksz2,
|
||||
select reentry_id, stu_no, stu_name, stu_id, gender, department_Name, grade_name, class_name, mz, birthday, parent_phone, parent_name, jg,political_status, hksz2,
|
||||
attachment_upload, reason_applying, apply_signature, apply_status, submission_status, reentry_type, quit_number, process_instance_id,
|
||||
deploy_id, create_by, create_time, update_by, update_time, remark, ideological_education, instruction_school_hours, ihandling_suggestion,
|
||||
quit_time, reentry_time, reentry_class, reentry_dept, reentry_cause, reentry_year, reentry_number, quit_category,applicant_name from rt_stu_reentry_school
|
||||
@@ -69,6 +70,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<if test="parentPhone != null and parentPhone != ''"> and parent_phone = #{parentPhone}</if>
|
||||
<if test="parentName != null and parentName != ''"> and parent_name like concat('%', #{parentName}, '%')</if>
|
||||
<if test="jg != null and jg != ''"> and jg = #{jg}</if>
|
||||
<if test="politicalStatus != null and politicalStatus != ''"> and political_status = #{politicalStatus}</if>
|
||||
<if test="hksz2 != null and hksz2 != ''"> and hksz2 = #{hksz2}</if>
|
||||
<if test="attachmentUpload != null and attachmentUpload != ''"> and attachment_upload = #{attachmentUpload}</if>
|
||||
<if test="reasonApplying != null and reasonApplying != ''"> and reason_applying = #{reasonApplying}</if>
|
||||
@@ -100,7 +102,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
</select>
|
||||
|
||||
<select id="selectRtStuReentrySchoolListByXW" resultType="com.srs.routine.domain.RtStuReentrySchool">
|
||||
select a.reentry_id, a.stu_no, a.stu_name, a.stu_id, a.gender, a.department_Name, a.grade_name, a.class_name, a.mz, a.birthday, a.parent_phone, a.parent_name, a.jg, a.hksz2,
|
||||
select a.reentry_id, a.stu_no, a.stu_name, a.stu_id, a.gender, a.department_Name, a.grade_name, a.class_name, a.mz, a.birthday, a.parent_phone, a.parent_name, a.jg,a.political_status,a.hksz2,
|
||||
a.attachment_upload, a.reason_applying, a.apply_signature, a.apply_status, a.submission_status, a.reentry_type, a.quit_number, a.process_instance_id,
|
||||
a.deploy_id, a.create_by, a.create_time, a.update_by, a.update_time, a.remark, a.ideological_education, a.instruction_school_hours, a.ihandling_suggestion,
|
||||
a.quit_time, a.reentry_time, a.reentry_class, a.reentry_dept, a.reentry_cause, a.reentry_year, a.reentry_number, a.quit_category,a.applicant_name from rt_stu_reentry_school a
|
||||
@@ -122,7 +124,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
</select>
|
||||
|
||||
<select id="selectRtStuReentrySchoolListByFdy" resultType="com.srs.routine.domain.RtStuReentrySchool">
|
||||
select a.reentry_id, a.stu_no, a.stu_name, a.stu_id, a.gender, a.department_Name, a.grade_name, a.class_name, a.mz, a.birthday, a.parent_phone, a.parent_name, a.jg, a.hksz2,
|
||||
select a.reentry_id, a.stu_no, a.stu_name, a.stu_id, a.gender, a.department_Name, a.grade_name, a.class_name, a.mz, a.birthday, a.parent_phone, a.parent_name, a.jg,a.political_status,a.hksz2,
|
||||
a.attachment_upload, a.reason_applying, a.apply_signature, a.apply_status, a.submission_status, a.reentry_type, a.quit_number, a.process_instance_id,
|
||||
a.deploy_id, a.create_by, a.create_time, a.update_by, a.update_time, a.remark, a.ideological_education, a.instruction_school_hours, a.ihandling_suggestion,
|
||||
a.quit_time, a.reentry_time, a.reentry_class, a.reentry_dept, a.reentry_cause, a.reentry_year, a.reentry_number, a.quit_category,a.applicant_name from rt_stu_reentry_school a
|
||||
@@ -158,6 +160,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<if test="parentPhone != null">parent_phone,</if>
|
||||
<if test="parentName != null">parent_name,</if>
|
||||
<if test="jg != null">jg,</if>
|
||||
<if test="politicalStatus != null">political_status,</if>
|
||||
<if test="hksz2 != null">hksz2,</if>
|
||||
<if test="attachmentUpload != null">attachment_upload,</if>
|
||||
<if test="reasonApplying != null">reason_applying,</if>
|
||||
@@ -199,6 +202,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<if test="parentPhone != null">#{parentPhone},</if>
|
||||
<if test="parentName != null">#{parentName},</if>
|
||||
<if test="jg != null">#{jg},</if>
|
||||
<if test="politicalStatus != null">#{politicalStatus},</if>
|
||||
<if test="hksz2 != null">#{hksz2},</if>
|
||||
<if test="attachmentUpload != null">#{attachmentUpload},</if>
|
||||
<if test="reasonApplying != null">#{reasonApplying},</if>
|
||||
@@ -244,6 +248,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<if test="parentPhone != null">parent_phone = #{parentPhone},</if>
|
||||
<if test="parentName != null">parent_name = #{parentName},</if>
|
||||
<if test="jg != null">jg = #{jg},</if>
|
||||
<if test="politicalStatus != null">political_status = #{politicalStatus},</if>
|
||||
<if test="hksz2 != null">hksz2 = #{hksz2},</if>
|
||||
<if test="attachmentUpload != null">attachment_upload = #{attachmentUpload},</if>
|
||||
<if test="reasonApplying != null">reason_applying = #{reasonApplying},</if>
|
||||
|
||||
Reference in New Issue
Block a user