Browse Source

bug修改

wkyy 3 năm trước cách đây
mục cha
commit
eafd9367e8
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      common/src/main/resources/mapper/job/Resume.xml

+ 2 - 0
common/src/main/resources/mapper/job/Resume.xml

@@ -220,6 +220,8 @@
 			INNER JOIN sys_user su ON jr.company_id = su.company_id
 		]]>
 		<where>
+			jre.del_flag = 0
+			and jr.status_ = '1'
 			<if test="searchParams.id != null">
 				and su.id_ = #{searchParams.id}
 			</if>