Commit 9ca496c0 by 吴迪

【新增】修改bug

parent 1ea5b4f4
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
<select id="getList" parameterType="io.office.modules.manage.vo.request.ShortCodeVo" resultType="io.office.modules.manage.vo.request.ShortCodeVo"> <select id="getList" parameterType="io.office.modules.manage.vo.request.ShortCodeVo" resultType="io.office.modules.manage.vo.request.ShortCodeVo">
select top 300 * from short_code a left join firm b on a.f_id=b.f_id select top 300 * from center_outer.short_code a left join firm b on a.f_id=b.f_id
<where> <where>
<if test="shortCode!=null and shortCode!=''"> <if test="shortCode!=null and shortCode!=''">
a.short_code = #{shortCode} a.short_code = #{shortCode}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment