|
@@ -920,10 +920,6 @@
|
|
|
update RMS_CAPACITY RC
|
|
|
set RC.CAPACITY_TEL=#{capacityTel},
|
|
|
RC.CAPACITY_VIP=#{capacityVip},RC.CAPACITY_GPS=#{capacityGps},RC.CAPACITY_BLACKLIST=#{capacityBlackList}
|
|
|
- where RC.CAPACITY_NUMBER=#{capacityNumber} and
|
|
|
- CARRIER_ID in (select RC.CARRIER_ID FROM RMS_CAPACITY_CARRIER RCC
|
|
|
- LEFT JOIN RMS_CAPACITY RC
|
|
|
- ON RC.CAPACITY_ID = RCC.CAPACITY_ID
|
|
|
- where RCC.CAPACITY_CARRIER_ID=#{capacityCarrierId})
|
|
|
+ where RC.CAPACITY_NUMBER=#{capacityNumber}
|
|
|
</update>
|
|
|
</mapper>
|