增加租电套餐id字段
This commit is contained in:
		| @ -40,8 +40,11 @@ | ||||
|  | ||||
|     <select id="getCarModelByThireId" resultType="com.sczx.car.dto.CarModelPackageDTO"> | ||||
|         SELECT | ||||
|             car_rule_id, | ||||
|             car_model_id | ||||
|             car_rule_id as carRuleId, | ||||
|             car_model_id as carModelId, | ||||
|             battery_rule_id as batteryRuleId, | ||||
|             mt_product_id as mtProductId, | ||||
|             dy_product_id as dyProductId | ||||
|         FROM | ||||
|             zc_car_model_package | ||||
|         <where> | ||||
|  | ||||
		Reference in New Issue
	
	Block a user