贾胜凯

This commit is contained in:
skjia 2025-07-21 15:52:32 +08:00
parent b85b4d3ec1
commit 6a7bd01a2e
1 changed files with 1 additions and 0 deletions

View File

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