fix():轧辊配辊接口

This commit is contained in:
Penknife
2024-10-13 12:36:58 +08:00
parent 2aec8e2c94
commit e61476d06b
8 changed files with 77 additions and 31 deletions

View File

@@ -4,7 +4,7 @@
<mapper namespace="com.fizz.business.mapper.RollHistoryMapper">
<select id="getChangeIdList" resultType="String">
select distinct change_id from roll_history
select distinct changeid from roll_history
</select>
<select id="getRollIdList" resultType="String">
select distinct rollid from roll_history