From 45e035bfb4c196fd8c58946d560da69006de6689 Mon Sep 17 00:00:00 2001 From: mitao <2763622819@qq.com> Date: 星期三, 15 十月 2025 19:11:36 +0800 Subject: [PATCH] 广告无形资产广告字段简写修改 --- ruoyi-system/src/main/resources/mapper/system/AssetAdMaterialPriceMapper.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ruoyi-system/src/main/resources/mapper/system/AssetAdvertisementMaterialPriceMapper.xml b/ruoyi-system/src/main/resources/mapper/system/AssetAdMaterialPriceMapper.xml similarity index 89% rename from ruoyi-system/src/main/resources/mapper/system/AssetAdvertisementMaterialPriceMapper.xml rename to ruoyi-system/src/main/resources/mapper/system/AssetAdMaterialPriceMapper.xml index 7366610..b517ed8 100644 --- a/ruoyi-system/src/main/resources/mapper/system/AssetAdvertisementMaterialPriceMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/system/AssetAdMaterialPriceMapper.xml @@ -1,9 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> -<mapper namespace="com.ruoyi.system.mapper.AssetAdvertisementMaterialPriceMapper"> +<mapper namespace="com.ruoyi.system.mapper.AssetAdMaterialPriceMapper"> <!-- 通用查询映射结果 --> - <resultMap id="BaseResultMap" type="com.ruoyi.system.model.AssetAdvertisementMaterialPrice"> + <resultMap id="BaseResultMap" type="com.ruoyi.system.model.AssetAdMaterialPrice"> <id column="id" property="id" /> <result column="material_name" property="materialName" /> <result column="unit_price" property="unitPrice" /> -- Gitblit v1.7.1