|
@@ -21,7 +21,7 @@ public interface SimulationMapMapper {
|
|
|
@Update("update simulation_map set deleted = 1 where id = #{mapId}")
|
|
|
int deleteMultiSimulationScene(SimulationMapParam param);
|
|
|
|
|
|
- @Update("update simulation_map set map_path = #{mapPath},map_description = #{mapDescription} where id = #{mapId}")
|
|
|
+ @Update("update simulation_map set path_num = #{pathNum},map_description = #{mapDescription} where id = #{mapId}")
|
|
|
int updateMultiSimulationScene(SimulationMapParam param);
|
|
|
|
|
|
|