|
|
|
@@ -173,7 +173,6 @@ public class WxCarCallBackController extends BaseController { |
|
|
|
record.setPhone(phoneStrs); |
|
|
|
record.setTenantId(tenantId); |
|
|
|
wxCarPayRecordService.updateBySynId(record); |
|
|
|
record.setTenantId(park.getTenantId()); |
|
|
|
|
|
|
|
WxCarPayRecord query = new WxCarPayRecord(); |
|
|
|
query.setSynId(synId); |
|
|
|
@@ -283,7 +282,7 @@ public class WxCarCallBackController extends BaseController { |
|
|
|
record.setFixParkingId(fixParkingId); |
|
|
|
record.setRemainingDays(remainingDays); |
|
|
|
//record.setPhone(phoneStrs); |
|
|
|
record.setTenantId(park.getTenantId()); |
|
|
|
record.setTenantId(tenantId); |
|
|
|
|
|
|
|
WxCarPayRecord query = new WxCarPayRecord(); |
|
|
|
query.setSynId(synId); |
|
|
|
@@ -431,7 +430,7 @@ public class WxCarCallBackController extends BaseController { |
|
|
|
record.setFixParkingId(fixParkingId); |
|
|
|
record.setRemainingDays(remainingDays); |
|
|
|
//record.setPhone(phoneStrs); |
|
|
|
//record.setTenantId(park.getTenantId()); |
|
|
|
record.setTenantId(tenantId); |
|
|
|
|
|
|
|
WxCarPayRecord query = new WxCarPayRecord(); |
|
|
|
query.setSynId(orderId); |
|
|
|
|