瀏覽代碼

移动端我的考试数据缺少修改

xiexh 3 月之前
父節點
當前提交
5fb137daf1

+ 1 - 1
ibps-provider-root/modules/provider-business/src/main/resources/com/lc/ibps/klimsibps/mapping/UpdateDataTableMapper.xml

@@ -629,7 +629,7 @@
                 AND a.limitDate <![CDATA[ <= ]]> #{map.limitDateLower}
             </if>
             <if test="@o.Ognl@isNotEmpty(map.paperState)">
-                AND a.paperState = #{map.paperState}
+                AND FIND_IN_SET(a.paperState, #{map.paperState})
             </if>
             AND examState='已发布'
         </where>