no message
This commit is contained in:
@ -79,6 +79,16 @@
|
||||
WHERE out_item_id = #{outItemId}
|
||||
</select>
|
||||
|
||||
<select id="selectItemByFourIds" parameterType="com.sczx.pay.alipay.po.RentRuleItem" resultMap="BaseResultMap">
|
||||
SELECT
|
||||
<include refid="Base_Column_List"/>
|
||||
FROM zc_rent_rule_item
|
||||
WHERE battery_rule_id = #{batteryRuleId}
|
||||
AND car_rule_id = #{carRuleId}
|
||||
AND car_model_id = #{carModelId}
|
||||
AND brand_id = #{brandId}
|
||||
</select>
|
||||
|
||||
<select id="selectByAliId" parameterType="Long" resultMap="BaseResultMap">
|
||||
SELECT
|
||||
<include refid="Base_Column_List"/>
|
||||
|
||||
Reference in New Issue
Block a user