Browse Source

Merge remote-tracking branch 'origin/dev/20220228_v3.0.1通用版_渠道管理第一期' into debug

songxinlu 3 năm trước cách đây
mục cha
commit
53ca73c973

+ 1 - 1
report-service/src/main/resources/mapper/SysUserRoleMapper.xml

@@ -17,7 +17,7 @@
         AND uh.user_id = u.id
         AND u.id = role.user_id
         AND role.role_id = #{getReviewerVO.roleID}
-        <if test="getComplaintRecordVO.complaintDateStart != null ">
+        <if test="getReviewerVO.hospitalId != null ">
             AND uh.hospital_id = #{getReviewerVO.hospitalId}
         </if>
         <if test="getReviewerVO.selfFlag == false">