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