Browse Source

日本场景复制钱

lyhzzz 2 năm trước cách đây
mục cha
commit
92cef27afb

+ 1 - 1
src/main/java/com/fdkankan/manage_jp/service/impl/SceneCommonService.java

@@ -33,7 +33,7 @@ public class SceneCommonService {
         if(oldNum.contains("-")){
             String pre = oldNum.split("-")[0];
             if(!"t".equals(pre)){
-                return pre + newNum;
+                return pre +"-"+ newNum;
             }
         }
         return newNum;