xuhy
2024-12-25 66449e204698bcffd9319eb3f5eaed0dd44ec75f
manage/src/main/resources/mapping/TAppUserMapper.xml
@@ -38,6 +38,7 @@
          <if test="query.startTime != null and query.startTime != ''">
              and (createTime between #{query.startTime} and #{query.endTime})
        </if>
        and isDelete =  ${@com.jilongda.common.enums.DisabledEnum@NO.getCode()}
    </select>