hygf_document_station.preparation_money_id as preparationMoneyId,
(select instance_id from hygf_preparation_money_auditing where hygf_document_station.preparation_money_id = hygf_preparation_money_auditing.preparation_money_id limit 1) as instanceId from
...
...
@@ -76,9 +77,8 @@ LEFT JOIN hygf_document_station on hygf_document_station.station_id=hygf_peasan
<iftest=" preparationMoneyState == 1 ">
and hygf_peasant_household.preparation_money_state not in ('待发货','待补货','暂存发货') and preparation_money_state is not null and preparation_money_state != ''