Эх сурвалжийг харах

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

xiaofei 2 жил өмнө
parent
commit
0e1dcbea37

+ 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