手机号加密

This commit is contained in:
bonus 2025-09-08 19:32:40 +08:00
parent ff70e83b4b
commit edc7b4061b
1 changed files with 2 additions and 2 deletions

View File

@ -203,7 +203,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and sai.`status`='0' and sai.end_time is null and sai.`status`='0' and sai.end_time is null
and bp.external_id is not null and bp.external_id is not null
and mm.ma_status = 2 and mm.ma_status = 2
and mt2.type_id not in (6032,6008,6270) and mt2.type_id not in (6032,6008,6270,6012,6761)
<if test="deptId != null"> <if test="deptId != null">
AND sd.dept_id = #{deptId} AND sd.dept_id = #{deptId}
</if> </if>
@ -237,7 +237,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and bp.external_id is not null and bp.external_id is not null
and sai.`status`='0' and sai.end_time is null and sai.`status`='0' and sai.end_time is null
and mm.ma_status = 2 and mm.ma_status = 2
and mt2.type_id not in (6032,6008,6270) and mt2.type_id not in (6032,6008,6270,6012,6761)
<if test="proId != null"> <if test="proId != null">
AND bp.pro_id = #{proId} AND bp.pro_id = #{proId}
</if> </if>