|
@@ -1654,7 +1654,7 @@ public class FsStorePaymentServiceImpl implements IFsStorePaymentService {
|
|
|
public void synchronizePayStatus() {
|
|
public void synchronizePayStatus() {
|
|
|
FsStorePayment queryParam = new FsStorePayment();
|
|
FsStorePayment queryParam = new FsStorePayment();
|
|
|
queryParam.setStatus(0);//未支付
|
|
queryParam.setStatus(0);//未支付
|
|
|
- queryParam.setBeginTime(DateUtils.addDateDays(-1));
|
|
|
|
|
|
|
+// queryParam.setBeginTime(DateUtils.addDateDays(-1));
|
|
|
queryParam.setEndTime(DateUtils.getDate());
|
|
queryParam.setEndTime(DateUtils.getDate());
|
|
|
List<FsStorePayment> list = selectFsStorePaymentList(queryParam);
|
|
List<FsStorePayment> list = selectFsStorePaymentList(queryParam);
|
|
|
if (list != null && !list.isEmpty()) {
|
|
if (list != null && !list.isEmpty()) {
|