提交 799e3c67 作者: obcy

【fix】

上级 841dfb38
...@@ -88,7 +88,7 @@ ...@@ -88,7 +88,7 @@
and t1.create_time <![CDATA[ <= ]]> #{endTime} and t1.create_time <![CDATA[ <= ]]> #{endTime}
</if> </if>
<if test="createBy!=null and createBy != ''"> <if test="createBy!=null and createBy != ''">
and t1.create_by like CONCAT('%',#{create_by},'%') and t1.create_by like CONCAT('%',#{createBy},'%')
</if> </if>
<if test="order!=null and order != ''"> <if test="order!=null and order != ''">
order by t1.${order} order by t1.${order}
...@@ -136,7 +136,7 @@ ...@@ -136,7 +136,7 @@
and t1.create_time <![CDATA[ <= ]]> #{endTime} and t1.create_time <![CDATA[ <= ]]> #{endTime}
</if> </if>
<if test="createBy!=null and createBy != ''"> <if test="createBy!=null and createBy != ''">
and t1.create_by like CONCAT('%',#{create_by},'%') and t1.create_by like CONCAT('%',#{createBy},'%')
</if> </if>
</select> </select>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论