Преглед изворни кода

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

root пре 2 година
родитељ
комит
c879a0837c

+ 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}