|
@@ -26,6 +26,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="des != null and des != ''"> and des = #{des}</if>
|
|
|
<if test="pid != null and pid != ''"> and pid = #{pid}</if>
|
|
|
</where>
|
|
|
+ order by "jg","grade" asc
|
|
|
</select>
|
|
|
|
|
|
<select id="selectZtCqBcbzItemById" parameterType="String" resultMap="ZtCqBcbzItemResult">
|