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}