billydong1973

Results 1 issues of billydong1973

mapper.xml中的sql定义 select * from sys_sms_send_record where check_status = #{checkStatus} order by submit_time asc limit #{limit} for update 3.5.6版本,执行时,实际执行的语句为 select * from sys_sms_send_record where check_status = 0 for update order by...

bug
jsqlparser