|
@@ -132,7 +132,7 @@ public class FormulaDaoImpl implements IFormulaDao {
|
|
@Override
|
|
@Override
|
|
public Function<Long, List<StartPayForm>> getStayPayFormFc() {
|
|
public Function<Long, List<StartPayForm>> getStayPayFormFc() {
|
|
return contractId->{
|
|
return contractId->{
|
|
- String sql="select a.file_names file_name,a.calculate_formula, 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.calculate_formula,a.apply_cause, 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);
|
|
return getEntityList(sql,StartPayForm.class);
|
|
};
|
|
};
|
|
}
|
|
}
|