@@ -582,8 +582,7 @@
<select id="gettoolByNo"
resultType="com.github.zuihou.business.productionResourceCenter.entity.ToolDisplay">
SELECT *
- FROM imcs_tool_display
- WHERE allocation_no = #{materialNo}
+ FROM imcs_tool_displaymapperz WHERE allocation_no = #{allocationNo}
</select>
<select id="validateTaskNodeAndMeterial" resultType="java.lang.Integer">