You've already forked FrameTour-BE
水印
This commit is contained in:
@ -107,7 +107,10 @@
|
||||
face_detect_helper_threshold=#{faceDetectHelperThreshold},
|
||||
store_type=#{storeType},
|
||||
store_config_json=#{storeConfigJson},
|
||||
broker_direct_rate=#{brokerDirectRate}
|
||||
broker_direct_rate=#{brokerDirectRate},
|
||||
watermark_type=#{watermarkType},
|
||||
watermark_scenic_text=#{watermarkScenicText},
|
||||
watermark_dt_format=#{watermarkDtFormat}
|
||||
</set>
|
||||
where id = #{id}
|
||||
</update>
|
||||
|
@ -38,6 +38,11 @@
|
||||
</set>
|
||||
where member_id = #{memberId} and face_id = #{faceId} and `type` = #{type}
|
||||
</update>
|
||||
<update id="updateWaterUrl">
|
||||
update member_source
|
||||
set water_url = #{waterUrl}
|
||||
where member_id = #{memberId} and source_id = #{sourceId} and `type` = #{type}
|
||||
</update>
|
||||
<delete id="deleteById">
|
||||
delete from source where id = #{id}
|
||||
</delete>
|
||||
|
Reference in New Issue
Block a user