文章简介 论文名称:Concurrent drought threatens wheat and maize production and will widen crop yield gaps in the future (持续的干旱威胁着小麦和玉米生产,并将在未来扩大作物产量差) 第一作者及单位:Miaolei …
一、like concat 和 like
mybatis中为了防止sql注入,使用like语句时并不是直接使用,而是使用concat函数<if test"goodName ! null and goodName ! "> and good_name like concat(%, #{goodName}, %)</if>
concat()函数1、功能&a…