|
@@ -32,6 +32,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="createUserId != null "> and create_user_id = #{createUserId}</if>
|
|
<if test="createUserId != null "> and create_user_id = #{createUserId}</if>
|
|
|
<if test="storeId != null "> and store_id = #{storeId}</if>
|
|
<if test="storeId != null "> and store_id = #{storeId}</if>
|
|
|
</where>
|
|
</where>
|
|
|
|
|
+ ORDER BY create_time DESC
|
|
|
</select>
|
|
</select>
|
|
|
|
|
|
|
|
<select id="selectFsMaterialByMaterialId" parameterType="Long" resultMap="FsMaterialResult">
|
|
<select id="selectFsMaterialByMaterialId" parameterType="Long" resultMap="FsMaterialResult">
|