系统配置去除多种颜色排单,禅道1281 修改

This commit is contained in:
liuzhaotian
2025-02-26 09:17:37 +08:00
parent 045456c99b
commit d3e13a0135
8 changed files with 84 additions and 23 deletions
@@ -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>