| | |
| | | <if test="licensePlate != null">license_plate,</if> |
| | | <if test="category22 != null">category_22,</if> |
| | | <if test="chargeStart != null">charge_start,</if> |
| | | <if test="chargeEnd != null">charge_end</if> |
| | | <if test="chargeEnd != null">charge_end,</if> |
| | | <if test="communityId != null">community_id</if> |
| | | </trim> VALUES |
| | | <trim prefix="(" suffix=")" suffixOverrides=","> |
| | | #{chargeTime}, |
| | |
| | | <if test="licensePlate != null">#{licensePlate},</if> |
| | | <if test="category22 != null">#{category22},</if> |
| | | <if test="chargeStart != null">#{chargeStart},</if> |
| | | <if test="chargeEnd != null">#{chargeEnd}</if> |
| | | <if test="chargeEnd != null">#{chargeEnd},</if> |
| | | <if test="communityId != null">#{communityId}</if> |
| | | </trim> |
| | | </insert> |
| | | <select id="queryPropertyWhiteListFlow" parameterType="Map" resultType="Map"> |