Browse Source

Merge remote-tracking branch 'origin/prod-20240506' into prod-20240506

zhongwei
yang_shj 5 months ago
parent
commit
33f79e17af
  1. 2
      hzims-service/hzims-basic/src/main/java/com/hnac/hzims/basic/mapper/PersonManagemetMapper.xml

2
hzims-service/hzims-basic/src/main/java/com/hnac/hzims/basic/mapper/PersonManagemetMapper.xml

@ -57,7 +57,7 @@
LIMIT #{current}, #{size} LIMIT #{current}, #{size}
) as c ) as c
left join hzims_certificatet as b left join hzims_certificatet as b
on c.id=b.person_id and c.is_deleted = 0 on c.id=b.person_id and b.is_deleted = 0
where c.is_deleted = 0 where c.is_deleted = 0
<if test="type != null and type != ''"> <if test="type != null and type != ''">
and b.type = #{type} and b.type = #{type}

Loading…
Cancel
Save