Explorar el Código

展厅藏品名称

licailing hace 3 años
padre
commit
f614ee1218
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/main/java/com/izouma/nineth/service/ShowroomService.java

+ 1 - 0
src/main/java/com/izouma/nineth/service/ShowroomService.java

@@ -251,6 +251,7 @@ public class ShowroomService {
                             coll.setAssetId(collection.getAssetId());
                             coll.setAssetId(collection.getAssetId());
                             coll.setStatus(getStatus(collection));
                             coll.setStatus(getStatus(collection));
                             coll.setPrice(collection.getPrice());
                             coll.setPrice(collection.getPrice());
+                            coll.setName(collection.getName());
                             showCollectionRepo.save(coll);
                             showCollectionRepo.save(coll);
                         }
                         }
                     }
                     }