|
|
@ -211,4 +211,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
|
</foreach> |
|
|
|
</select> |
|
|
|
|
|
|
|
<select id="selectWarehouseInventoryReportDamageChildByMaterialNo" parameterType="String" resultMap="WarehouseInventoryReportDamageChildResult"> |
|
|
|
<include refid="selectWarehouseInventoryReportDamageChildVo"/> |
|
|
|
where material_no = #{materialNo} |
|
|
|
</select> |
|
|
|
|
|
|
|
</mapper> |