1.fix:高级工具转产品图不需要也没有ageGroup,会导致报错

2.上传sketch模板代码
This commit is contained in:
litianxiang
2025-11-20 10:48:36 +08:00
parent 8c98f91445
commit b86f3c9f7e
5 changed files with 149 additions and 7 deletions

View File

@@ -16,6 +16,10 @@
<result column="opening_type" property="openingType" />
<result column="subtype" property="subtype" />
</resultMap>
<insert id="insertSketch">
INSERT INTO ${tableName} (img_name, style)
VALUES (#{attributeRetrievalAttrDict.imgName}, #{attributeRetrievalAttrDict.style})
</insert>
<select id="getSystemSketchPool" resultMap="BaseResultMap">
SELECT