|
@@ -112,7 +112,7 @@ public class FormulaDaoImpl implements IFormulaDao {
|
|
|
@Override
|
|
|
public Function<Long, List<StartPayForm>> getStayPayFormFc() {
|
|
|
return contractId->{
|
|
|
- String sql="select (SELECT a.file_names file_name, a.meter_money meterMoney ,b.id meterPeriodId,b.sort periodSort from s_start_pay_meter_form a join s_meter_period b on a.meter_period_id =b.id where a.is_deleted =0 and a.contract_id="+contractId;
|
|
|
+ String sql="select a.file_names file_name, a.meter_money meterMoney ,b.id meterPeriodId,b.sort periodSort from s_start_pay_meter_form a join s_meter_period b on a.meter_period_id =b.id where a.is_deleted =0 and a.contract_id="+contractId;
|
|
|
return getEntityList(sql,StartPayForm.class);
|
|
|
};
|
|
|
}
|