feat: add dashboard and virtual pay enhancements
This commit is contained in:
@@ -113,6 +113,18 @@
|
||||
where id = #{id}
|
||||
</update>
|
||||
|
||||
<update id="updateProjectQuarkUrl">
|
||||
update tt_project_info
|
||||
set project_url = #{projectUrl}
|
||||
where id = #{id}
|
||||
</update>
|
||||
|
||||
<update id="updateProjectBaiduUrl">
|
||||
update tt_project_info
|
||||
set project_baidu_url = #{projectBaiduUrl}
|
||||
where id = #{id}
|
||||
</update>
|
||||
|
||||
<delete id="deleteTtProjectInfoById" parameterType="Integer">
|
||||
delete from tt_project_info where id = #{id}
|
||||
</delete>
|
||||
|
||||
Reference in New Issue
Block a user