Sfoglia il codice sorgente

乐团调整逻辑修改

周箭河 5 anni fa
parent
commit
11dd713d71

+ 1 - 1
mec-biz/src/main/resources/config/mybatis/DegreeRegistrationMapper.xml

@@ -76,7 +76,7 @@
                 AND DATE_FORMAT(create_time_,"%Y-%m-%d") >= #{startTime}
             </if>
             <if test="endTime != null">
-                <![CDATA[AND DATE_FORMAT(create_time_,"%Y-%m-%d") <= #{startTime}]]>
+                <![CDATA[AND DATE_FORMAT(create_time_,"%Y-%m-%d") <= #{endTime}]]>
             </if>
         </where>
     </sql>