TASK:aida;

This commit is contained in:
shahaibo
2024-10-20 10:52:14 +08:00
parent 41619febb9
commit ebd596d0d2
7 changed files with 223 additions and 83 deletions

View File

@@ -102,4 +102,12 @@
WHERE
img_name = #{fileName}
</update>
<select id="getStyleByUrl" resultType="java.lang.String">
SELECT
style
FROM
${tableName}
WHERE img_name = #{replace}
</select>
</mapper>