|
@ -142,7 +142,6 @@ |
|
|
AND r.DEMAND_USER_ID = #{userId} |
|
|
AND r.DEMAND_USER_ID = #{userId} |
|
|
</otherwise> |
|
|
</otherwise> |
|
|
</choose> |
|
|
</choose> |
|
|
|
|
|
|
|
|
<if test="null !=firstCategoryCode and firstCategoryCode!=''"> |
|
|
<if test="null !=firstCategoryCode and firstCategoryCode!=''"> |
|
|
and r.CATEGORY_CODE like concat(#{firstCategoryCode},'%') |
|
|
and r.CATEGORY_CODE like concat(#{firstCategoryCode},'%') |
|
|
</if> |
|
|
</if> |
|
|