JSK 供应商报价 状态改为1 已报价

This commit is contained in:
jiask 2025-08-07 14:12:11 +08:00
parent 7ae28eac80
commit cbb28cd249
1 changed files with 1 additions and 0 deletions

View File

@ -102,6 +102,7 @@ public class QuoteServiceImpl implements IQuoteService {
}
iInquirySupplier.setQuoteAmount(allnum+"");
iInquirySupplier.setQuoteTime(DateUtils.getNowDate());
iInquirySupplier.setBidStatus("1");
inquirySupplierMapper.updateInquirySupplier(iInquirySupplier);
return 1;
} catch (Exception e) {