lazhaoqian 3 anni fa
parent
commit
5c17b8d023

+ 2 - 2
blade-service/blade-school/src/main/java/org/springblade/school/service/impl/SalaryItemServiceImpl.java

@@ -1455,8 +1455,8 @@ public class SalaryItemServiceImpl extends ServiceImpl<SalaryItemMapper, SalaryI
 
 		if (bladeFile != null && StringUtils.isNotBlank(bladeFile.getLink())) {
 			String link = bladeFile.getLink();
-//			String replace = link.replace("http://121.37.83.47:9000/", "https://trade.tubaosoft.com/file/");
-			String replace = link.replace("http://127.0.0.1:9000/", "http://192.168.1.12:9000/");
+			String replace = link.replace("http://121.37.83.47:9000/", "https://trade.tubaosoft.com/file/");
+//			String replace = link.replace("http://127.0.0.1:9000/", "http://192.168.1.12:9000/");
 			bladeFile.setLink(replace);
 			salaryAccessory.setUrl(bladeFile.getLink());
 		} else {