1.fix:高级工具转产品图不需要也没有ageGroup,会导致报错
2.上传sketch模板代码
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user