Eric 2 年之前
父節點
當前提交
4d5c61993f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      cooleshow-user/user-biz/src/main/resources/config/mybatis/MusicSheetMapper.xml

+ 1 - 1
cooleshow-user/user-biz/src/main/resources/config/mybatis/MusicSheetMapper.xml

@@ -112,7 +112,7 @@
                 AND t.notation_ = #{param.notation}
                 AND t.notation_ = #{param.notation}
             </if>
             </if>
             <if test="param.DataCorrect != null">
             <if test="param.DataCorrect != null">
-                AND t.correct_time_ IS NULL
+                AND t.correct_time_ > '2023-02-07 15:00:00'
             </if>
             </if>
         </where>
         </where>
         order by
         order by