|
@@ -483,7 +483,7 @@ func (ct *InvoicePaymentController) List(c *gin.Context) {
|
|
|
if req.TimeType == 2 {
|
|
|
cond += ` AND (d.invoice_time BETWEEN ? AND ?)`
|
|
|
}
|
|
|
- pars = append(pars, req.TimeType, st, ed)
|
|
|
+ pars = append(pars, st, ed)
|
|
|
}
|
|
|
// 已开票未到款
|
|
|
if req.HasInvoice == 1 && req.HasPayment == 0 {
|