@@ -528,6 +528,7 @@ public class BidTenderController extends BaseController {
// 短信发送接口 (供应商)
@InnerAuth
+ @Transactional
@GetMapping("/sendSmsSupplier")
public int sendSmsSupplier() throws Exception {
List<BidNoticeAndSms> noticeList = bidTenderService.selectNoticeByMes();