中扬CRM客户关系管理系统
#
lsh
2024-09-03 b633b8048cfe9a4f4e9c25e574551cedfd1ed28f
src/main/resources/mapper/CstmrGradeMapper.xml
@@ -18,4 +18,13 @@
    </resultMap>
    <select id="selectByName" resultMap="BaseResultMap">
        select top 1 *
        from man_cstmr_grade
        where 1=1
        and name = #{name}
        <if test="hostId != null">
            and host_id = #{hostId}
        </if>
    </select>
</mapper>