소스 검색

更新车辆模板时同时更新车辆

root 2 년 전
부모
커밋
c879a0837c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      simulation-resource-server/src/main/resources/mapper/model/VehicleTempMapper.xml

+ 1 - 1
simulation-resource-server/src/main/resources/mapper/model/VehicleTempMapper.xml

@@ -106,7 +106,7 @@
 
     <select id="selectByModelLabel" parameterType="api.common.pojo.po.model.VehicleTempPO"
             resultType="api.common.pojo.vo.model.VehicleTempVO">
-        select id
+        select id,model_label
         from model_vehicle_template
         where is_deleted = '0'
             and (vehicle_type = #{vehicleType,jdbcType=VARCHAR}