|
|
@@ -337,7 +337,7 @@ class PurchaseService extends BaseService
|
|
|
|
|
|
if (isset($info->payStatus) && $info->payStatus == 1) {
|
|
|
//noticeUtil::push('重点注意,采购单:' . $orderSn . ',已经付过款了,重复请求', '15280215347');
|
|
|
- util::fail('订单不是待付款状态');
|
|
|
+ util::fail('订单已经付过款了');
|
|
|
}
|
|
|
|
|
|
if ($deadline <= $current) {
|