Quellcode durchsuchen

自选方案增加查询条件

785834757 vor 1 Jahr
Ursprung
Commit
45fcdc9ca4

+ 1 - 0
src/main/resources/mapper/modules/scheme/PtlOptionalSchemeInsuranceMapper.xml

@@ -33,6 +33,7 @@
             WHERE pos.company_id = #{param.companyId} and pos.product_id = #{param.productId}
                 and
             pos.vehicle_type = #{param.vehicleType} and pos.energy_type = #{param.energyType}
+            and pos.carnature = #{param.carnature}
         order by ibio.sort
     </select>