添加企业和岗位同步365联系方式

This commit is contained in:
sh
2026-03-24 17:23:42 +08:00
parent 3c2382e56f
commit 18bd51548f
9 changed files with 51 additions and 0 deletions

View File

@@ -100,4 +100,11 @@
</foreach>
</update>
<select id="getCronSelectList" resultMap="jobContactResult" parameterType="JobContact">
<include refid="JobContactVo"/>
<where> del_flag = '0' and nullif(contact_Person_Phone, '') is not null
and contact_Person_Phone_Encrypt is null
</where>
</select>
</mapper>