Sfoglia il codice sorgente

update

Signed-off-by: anderx <312518615@qq.com>
anderx 5 anni fa
parent
commit
01a77fec5f

+ 4 - 0
src/main/java/com/goafanti/common/utils/SendEmailUtil.java

@@ -144,6 +144,10 @@ public class SendEmailUtil {
     }
 	
 	
+	
+	
+	
+	
 	public static void main(String[] args) {
 		  EmailBo emailBo = new EmailBo( "专利提醒失败",  "312518615@qq.com",  "超管", "平台",  "系统", "专利提醒失败");
 				try {

+ 1 - 3
src/main/java/com/goafanti/order/service/impl/OrderNewServiceImpl.java

@@ -168,8 +168,6 @@ public class OrderNewServiceImpl extends BaseMybatisDao<TOrderNewMapper> impleme
 	private OutsourceLogMapper	outsourceLogMapper;
 	@Autowired
 	private PaymentNodeMapper	paymentNodeMapper;
-	@Autowired
-	private OrderProjectService	orderProjectService;
 	@Value(value = "${mobileRemindCodeTemplate}")
 	private String					mobileRemindCodeTemplate	= null;
 	@Value(value = "${upload.path}")
@@ -1303,7 +1301,7 @@ public class OrderNewServiceImpl extends BaseMybatisDao<TOrderNewMapper> impleme
 				pn.setId(outPaymentNode.getId());
 				pn.setDunStatus(1);
 				paymentNodeMapper.updateByPrimaryKey(pn);
-				orderProjectService.addNoticAndEmail(outPaymentNode, NoticeStatus.PAYMENT_DUN.getCode());
+//				orderProjectService.addNoticAndEmail(outPaymentNode, NoticeStatus.PAYMENT_DUN.getCode());
 				try {
 					Thread.sleep(2000);
 				} catch (InterruptedException e) {