fix
This commit is contained in:
@@ -82,19 +82,19 @@
|
|||||||
booking_user =#{bookingUser},
|
booking_user =#{bookingUser},
|
||||||
</if>
|
</if>
|
||||||
<if test="planExitTime !=null">
|
<if test="planExitTime !=null">
|
||||||
plan_exit_time =#{planExitTime}
|
plan_exit_time =#{planExitTime},
|
||||||
</if>
|
</if>
|
||||||
<if test="ksAccount !=null">
|
<if test="ksAccount !=null">
|
||||||
ks_account =#{ksAccount}
|
ks_account =#{ksAccount},
|
||||||
</if>
|
</if>
|
||||||
<if test="verificationMobile !=null">
|
<if test="verificationMobile !=null">
|
||||||
verification_mobile =#{verificationMobile}
|
verification_mobile =#{verificationMobile},
|
||||||
</if>
|
</if>
|
||||||
<if test="shopLocationScreenshots !=null">
|
<if test="shopLocationScreenshots !=null">
|
||||||
shop_location_screenshots =#{shopLocationScreenshots}
|
shop_location_screenshots =#{shopLocationScreenshots},
|
||||||
</if>
|
</if>
|
||||||
<if test="shopDoorwayPhoto !=null">
|
<if test="shopDoorwayPhoto !=null">
|
||||||
shop_doorway_photo =#{shopDoorwayPhoto}
|
shop_doorway_photo =#{shopDoorwayPhoto},
|
||||||
</if>
|
</if>
|
||||||
<if test="shopInteriorPhoto !=null">
|
<if test="shopInteriorPhoto !=null">
|
||||||
shop_interior_photo =#{shopInteriorPhoto}
|
shop_interior_photo =#{shopInteriorPhoto}
|
||||||
|
|||||||
Reference in New Issue
Block a user