Commit d35e8513 authored by limei's avatar limei

修改接口

parent 8e055b26
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<select id="selectByOrgCode" resultType="com.yeejoin.amos.boot.module.tdc.api.dto.CheckModelDto"> <select id="selectByOrgCode" resultType="com.yeejoin.amos.boot.module.tdc.api.dto.CheckModelDto">
select `*`,'●' as circle from tdc_model select `*`,'●' as circle from tdc_model
<where> <where>
<if test = "amosOrgCode != null and amosOrgCode != ''"> <if test = "amosOrgCode != null and amosOrgCode != '' and amosOrgCode != 50 ">
and amos_org_code=#{amosOrgCode} and amos_org_code=#{amosOrgCode}
</if> </if>
</where> </where>
......
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