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