缴费审核
This commit is contained in:
+1
-1
@@ -88,7 +88,7 @@ public class PayPaymentCheckServiceImpl extends ServiceImpl<PayPaymentCheckMappe
|
||||
//列表
|
||||
LambdaQueryWrapper<PayPaymentRecord> wrapper = new LambdaQueryWrapper<>();
|
||||
wrapper.eq(PayPaymentRecord::getProjectId, id);
|
||||
wrapper.orderByAsc(PayPaymentRecord::getPaymentDate);
|
||||
wrapper.orderByDesc(PayPaymentRecord::getPaymentDate);
|
||||
List<PayPaymentRecord> list = payPaymentRecordService.list(wrapper);
|
||||
list.forEach(p-> {
|
||||
if(StringUtils.isNotBlank(p.getPaymentStatus())){
|
||||
|
||||
Reference in New Issue
Block a user