소스 검색

3.2.3 评卷参数管理-本人权限查询bug修复

xiaofei 2 년 전
부모
커밋
0e1dcbea37
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      distributed-print-business/src/main/resources/mapper/ExamPaperStructureMapper.xml

+ 1 - 1
distributed-print-business/src/main/resources/mapper/ExamPaperStructureMapper.xml

@@ -87,7 +87,7 @@
         </if>
         <if test="dpr != null">
             <if test="dpr.requestUserId != null">
-                AND et.create_id = #{dpr.requestUserId}
+                AND et.user_id = #{dpr.requestUserId}
             </if>
             <if test="dpr.orgIdSet != null and dpr.orgIdSet != '' and dpr.orgIdSet.size > 0">
                 AND et.org_id IN