feat:涉密岗位一览表

ln_ry20250512
wangxy 1 week ago
parent adb9340ccb
commit 6f192f3a3a

@ -60,6 +60,9 @@
<if test="nationa!=null and nationa!=''">
AND nationa = #{nationa}
</if>
<if test="sex!=null and sex!=''">
AND sex = #{sex}
</if>
<if test="formerName!=null and formerName!=''">
AND former_name = #{formerName}
</if>
@ -85,6 +88,9 @@
<if test="name!=null and name!=''">
AND name = #{name}
</if>
<if test="sex!=null and sex!=''">
AND sex = #{sex}
</if>
<if test="nationa!=null and nationa!=''">
AND nationa = #{nationa}
</if>
@ -116,6 +122,9 @@
<if test="nationa!=null and nationa!=''">
AND nationa = #{nationa}
</if>
<if test="sex!=null and sex!=''">
AND sex = #{sex}
</if>
<if test="formerName!=null and formerName!=''">
AND former_name = #{formerName}
</if>
@ -147,6 +156,9 @@
<if test="formerName!=null and formerName!=''">
AND former_name = #{formerName}
</if>
<if test="sex!=null and sex!=''">
AND sex = #{sex}
</if>
<if test="cerno!=null and cerno!=''">
AND cerno = #{cerno}
</if>
@ -168,6 +180,9 @@
<if test="name!=null and name!=''">
AND name = #{name}
</if>
<if test="sex!=null and sex!=''">
AND sex = #{sex}
</if>
<if test="nationa!=null and nationa!=''">
AND nationa = #{nationa}
</if>
@ -196,6 +211,9 @@
<if test="name!=null and name!=''">
AND name = #{name}
</if>
<if test="sex!=null and sex!=''">
AND sex = #{sex}
</if>
<if test="nationa!=null and nationa!=''">
AND nationa = #{nationa}
</if>
@ -223,6 +241,9 @@
<if test="name!=null and name!=''">
AND name = #{name}
</if>
<if test="sex!=null and sex!=''">
AND sex = #{sex}
</if>
<if test="nationa!=null and nationa!=''">
AND nationa = #{nationa}
</if>
@ -250,6 +271,9 @@
<if test="name!=null and name!=''">
AND name = #{name}
</if>
<if test="sex!=null and sex!=''">
AND sex = #{sex}
</if>
<if test="nationa!=null and nationa!=''">
AND nationa = #{nationa}
</if>
@ -278,6 +302,9 @@
<if test="name!=null and name!=''">
AND name = #{name}
</if>
<if test="sex!=null and sex!=''">
AND sex = #{sex}
</if>
<if test="nationa!=null and nationa!=''">
AND nationa = #{nationa}
</if>

Loading…
Cancel
Save