Commit d47b3bf7 authored by limei's avatar limei

修改列表展示bug

parent 1b9620c5
......@@ -6,7 +6,7 @@
select `*`,'●' as circle from tdc_model
<where>
<if test = "amosOrgCode != null and amosOrgCode != ''">
and amosOrgCode=#{amosOrgCode}
and amos_org_code=#{amosOrgCode}
</if>
</where>
</select>
......
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