Commit 5b4b3cc2 by zhuyajie

fixbug

parent 279ee80c
......@@ -1865,16 +1865,16 @@
AND a.ADVISER_ID = #{adviserId}
</if>
<if test="graLabelId!=null">
and a.graLabel_id =#{graLabelId}
and a.GRA_LABEL_ID =#{graLabelId}
</if>
<if test="subLabelId!=null">
and a.subLabel_id =#{subLabelId}
and a.SUB_LABEL_ID =#{subLabelId}
</if>
<if test="verLabelId!=null">
and a.verLabel_id =#{verLabelId}
and a.VER_LABEL_ID =#{verLabelId}
</if>
<if test="areaLabelId!=null">
and a.areaLabel_id =#{areaLabelId}
and a.AREA_LABEL_ID =#{areaLabelId}
</if>
ORDER BY
g.create_time DESC
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment