|
|
@ -45,6 +45,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
|
<if test="releaseIp != null and releaseIp != ''"> and t1.release_ip = #{releaseIp}</if> |
|
|
|
<if test="platform != null and platform != ''"> and t1.platform = #{platform}</if> |
|
|
|
</where> |
|
|
|
order by t1.id desc |
|
|
|
</select> |
|
|
|
|
|
|
|
<select id="selectDcBoardReleaseLogById" parameterType="Long" resultMap="DcBoardReleaseLogResult"> |
|
|
|