物资类型修改

This commit is contained in:
syruan 2025-02-13 18:19:57 +08:00
parent 8961e76bee
commit 40fed1be0a
1 changed files with 2 additions and 1 deletions

View File

@ -829,7 +829,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<select id="getMaTypeHistoryListBy" resultType="com.bonus.material.ma.domain.MaTypeHistory">
select
mth.id, mth.type_id, mth.before_price, mth.after_price, mth.create_time, mth.create_by,
mth.id, mth.type_id as typeId, mth.before_price as beforePrice, mth.after_price as afterPrice,
mth.create_time as createTime, mth.create_by as createBy,
mt4.type_name as maModel, mt3.type_name as maName, mt2.type_name as maType
from
ma_type_history mth