Commit 750514b2 authored by wujiang's avatar wujiang

修改电站重复问题

parent f3eee565
......@@ -33,6 +33,7 @@
<if test="processStatus != null and processStatus != ''">
and hygf_power_station.process_status = #{processStatus}
</if>
GROUP BY hygf_peasant_household.sequence_nbr
ORDER BY hygf_power_station.rec_date desc
) a
</select>
......
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