|
|
@@ -575,7 +575,7 @@ public class PurchaseNoticeServiceImpl implements PurchaseNoticeService {
|
|
|
purchaseNoticeDao.updateBySend(item.getNoticeId());
|
|
|
PurchaseNotice notice = purchaseNoticeDao.findOne(item.getNoticeId());
|
|
|
if (notice.getEndQty() < notice.getQty() && notice.getStatus().equals(Status.REPLIED.value())) {
|
|
|
- purchaseNoticeDao.updateStatus(item.getNoticeId(), Status.REPLIED.value());
|
|
|
+ purchaseNoticeDao.updateStatus(item.getNoticeId(), Status.NOT_REPLY.value());
|
|
|
}
|
|
|
ids.add(item.getNoticeId());
|
|
|
}
|