|
@@ -156,7 +156,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
<if test="productDescribe != null and productDescribe != ''"> and product_describe = #{productDescribe}</if>
|
|
<if test="productDescribe != null and productDescribe != ''"> and product_describe = #{productDescribe}</if>
|
|
<if test="productUnit != null and productUnit != ''"> and product_unit = #{productUnit}</if>
|
|
<if test="productUnit != null and productUnit != ''"> and product_unit = #{productUnit}</if>
|
|
<if test="productTypeNo != null "> and product_type_no = #{productTypeNo}</if>
|
|
<if test="productTypeNo != null "> and product_type_no = #{productTypeNo}</if>
|
|
- group by product_name
|
|
|
|
order by product_name asc
|
|
order by product_name asc
|
|
</select>
|
|
</select>
|
|
|
|
|