linwe
2024-06-13 88214b60acac265ab2f8fd57560e6ee5a8a3bfde
src/main/java/org/springblade/modules/sms/mapper/SmsRecordMapper.xml
@@ -20,6 +20,7 @@
            <if test="smsRecord.updateTime != null ">and update_time = #{smsRecord.updateTime}</if>
            <if test="smsRecord.status != null ">and status = #{smsRecord.status}</if>
            <if test="smsRecord.isDeleted != null ">and is_deleted = #{smsRecord.isDeleted}</if>
            order by create_time desc
        </where>
    </select>