|
@@ -877,12 +877,14 @@ public class BidTenderController extends BaseController {
|
|
|
param.put("hid",hid);
|
|
|
BidQuote bidQuote = bidQuoteService.selectQuoteBySupplier(param);
|
|
|
if(bidQuote != null){
|
|
|
+ System.out.println("ggggggggggggggggggggggggggggggggg");
|
|
|
bidQuote.setStatus(6L);
|
|
|
bidQuoteService.updateBidQuote(bidQuote);
|
|
|
}
|
|
|
|
|
|
//TODO 冗余执行
|
|
|
// 更新公告退款状态
|
|
|
+ System.out.println("iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii");
|
|
|
bidNotice.setIsRefund(bidNotice.getIsRefund() == null?1:bidNotice.getIsRefund()+1);
|
|
|
bidNoticeService.updateBidNotice(bidNotice);
|
|
|
}
|