mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-14 05:42:06 +08:00
系统配置去除多种颜色排单,禅道1281 修改
This commit is contained in:
@@ -78,4 +78,20 @@
|
||||
group by date;
|
||||
</select>
|
||||
|
||||
<select id="selectByContactMobile"
|
||||
resultType="com.cf.imes.module.system.dal.dataobject.organ.OrganizationDO">
|
||||
|
||||
select *
|
||||
|
||||
from system_organization
|
||||
|
||||
where contact_mobile = #{contactMobile}
|
||||
|
||||
<if test="organId !=null ">
|
||||
and id != #{organId}
|
||||
</if>
|
||||
|
||||
|
||||
</select>
|
||||
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user