jinlin
2024-08-06 8b6dccc8ff919ca8970c4981b2e8cb30892e6698
修改
2个文件已修改
10 ■■■■■ 已修改文件
modules/mainPart/src/main/java/com/zt/life/modules/mainPart/basicInfo/model/ProductImg.java 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
modules/mainPart/src/main/resources/mapper/basicInfo/XhProductModelDao.xml 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
modules/mainPart/src/main/java/com/zt/life/modules/mainPart/basicInfo/model/ProductImg.java
@@ -55,6 +55,14 @@
    private String svgContent;
    @TableField(exist = false)
    @ApiModelProperty(value = "锚点x6的XML")
    private String anchorsContent;
    @TableField(exist = false)
    @ApiModelProperty(value = "锚点坐标")
    private String anchorsPoints;
    @TableField(exist = false)
    private Integer isRepair;
    @TableField(exist = false)
    private int repairDistribType;
modules/mainPart/src/main/resources/mapper/basicInfo/XhProductModelDao.xml
@@ -54,6 +54,8 @@
               'node'                       as nodeType,
               ''                           as nodeTypeExt,
               s.svg_content                as svgContent,
               s.anchors_content            as anchorsContent,
               s.anchors_points             as anchorsPoints,
               s.width                      as imgWidth,
               s.height                     as imgHeight,
               a.id                         as dataId,