|
@@ -34,6 +34,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="isDrug != null "> and is_drug = #{isDrug}</if>
|
|
<if test="isDrug != null "> and is_drug = #{isDrug}</if>
|
|
|
<if test="storeId != null "> and store_id = #{storeId}</if>
|
|
<if test="storeId != null "> and store_id = #{storeId}</if>
|
|
|
</where>
|
|
</where>
|
|
|
|
|
+ ORDER BY sort asc
|
|
|
</select>
|
|
</select>
|
|
|
|
|
|
|
|
<select id="selectFsStoreProductCategoryById" parameterType="Long" resultMap="FsStoreProductCategoryResult">
|
|
<select id="selectFsStoreProductCategoryById" parameterType="Long" resultMap="FsStoreProductCategoryResult">
|