|
|
|
@@ -118,12 +118,9 @@ |
|
|
|
<select id="queryTenantIdBySynId" parameterType="hashmap" resultType="String"> |
|
|
|
select `tenant_id` from wx_car_cmd_log |
|
|
|
where cmd_type = 601 and syn_id = #{synId} |
|
|
|
<<<<<<< HEAD |
|
|
|
======= |
|
|
|
<if test=" null != plateNumber"> |
|
|
|
and plateNumber = #{plateNumber} |
|
|
|
</if> |
|
|
|
>>>>>>> [停车][修改]:停车优化 |
|
|
|
</select> |
|
|
|
|
|
|
|
<select id="queryByOrderId" parameterType="hashmap" resultType="com.iformall.domain.po.WxCarCmdLog"> |
|
|
|
|