oms修改;

This commit is contained in:
王奎兴
2026-04-15 18:29:06 +08:00
parent 0fac5143a7
commit ad310f2fc2
24 changed files with 749 additions and 43 deletions
@@ -336,4 +336,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<include refid="joinStockInOrderPoWhere"/>
</where>
</select>
<select id="getkctzjl" resultType="com.mhd.oms.domain.reservationInMaterialDetail.repository.todo.InventoryAdjustmentRecordPO">
select * from "NGWL_TEST_WMS".INVENTORY_ADJUSTMENT_RECORD where MATERIAL_BASE_INFO_ID = #{materialBaseInfoId} and RELATE_NO = #{orderNumber} and ADJUST_TYPE = #{adjustType}
</select>
</mapper>