|
@@ -30,6 +30,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="isLunbo != null and isLunbo != ''"> and is_lunbo = #{isLunbo}</if>
|
|
|
<if test="releaseTime != null "> and release_time = #{releaseTime}</if>
|
|
|
</where>
|
|
|
+ order by create_time DESC
|
|
|
</select>
|
|
|
|
|
|
<select id="selectBomanMaterialByMaterialId" parameterType="Long" resultMap="BomanMaterialResult">
|