无关风月
2024-12-25 ececefa206f15e8cd16926c47c8804700918a138
manage/src/main/resources/mapping/TOptometristMapper.xml
@@ -55,7 +55,6 @@
            <if test="req.startTime != null and req.startTime!=''">
                and (t1.createTime between #{req.startTime} and #{req.endTime})
            </if>
            AND  t3.type=1
            AND isDelete = ${@com.jilongda.common.enums.DisabledEnum@NO.getCode()}
        </where>
        ORDER BY createTime DESC