物资类型修改
This commit is contained in:
parent
8961e76bee
commit
40fed1be0a
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue