|
|
@@ -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 {
|