master
ck 5 years ago
parent c4e5526223
commit afcb50d3bf

@ -84,6 +84,6 @@
<if test="secondCategory != null "> <if test="secondCategory != null ">
and ar.second_category = #{secondCategory} and ar.second_category = #{secondCategory}
</if> </if>
and state = 1 and ar.state = 1
</select> </select>
</mapper> </mapper>
Loading…
Cancel
Save