loadMaterialStock 去掉时间条件

This commit is contained in:
DESKTOP-J7ED0MB\yinjinlu 2022-11-15 23:12:11 +08:00
parent 7a21a1ebdd
commit eb42badf6a

View File

@ -98,7 +98,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="locationId != null "> and location_id = #{locationId}</if>
<if test="areaId != null "> and area_id = #{areaId}</if>
<if test="vendorId != null "> and vendor_id = #{vendorId}</if>
<if test="recptDate !=null"> and recpt_date = #{recptDate}</if>
<if test="workorderId !=null">and workorder_id = #{workorderId}</if>
<if test="workorderCode !=null">and workorder_code = #{workorderCode}</if>
</where>