中扬CRM客户关系管理系统
#
luxiaotao1123
2022-09-12 e5de4e24fa0f9d1a133c613243fbb4c68fb3a3b8
src/main/resources/mapper/CstmrMapper.xml
@@ -33,4 +33,8 @@
    </resultMap>
    <select id="selectCstmrByNewestUuid" resultMap="BaseResultMap">
        select * from man_cstmr where 1=1 order by uuid + 0 desc
    </select>
</mapper>