中扬CRM客户关系管理系统
#
luxiaotao1123
2022-09-12 7147fe3d070b119bd0a7fb47ad3de2eb74386c72
src/main/resources/mapper/CstmrMapper.xml
@@ -43,7 +43,7 @@
    </select>
    <select id="selectCstmrByNewestUuid" resultMap="BaseResultMap">
        select * from man_cstmr
        select top 1 * from man_cstmr
        where 1=1
        <if test="hostId != null">
            and host_id = #{hostId}