jiangping
2023-10-24 349bcef9a96391d22522a3409adf5a89e7e70a95
server/src/main/resources/mappers/WStockExtMapper.xml
@@ -906,6 +906,9 @@
              <if test="stockNewDTO.qualityType != null">
                and a.QUALITY_TYPE = #{stockNewDTO.qualityType}
              </if>
              <if test="stockNewDTO.locationId != null">
                and a.LOCATION_ID = #{stockNewDTO.locationId}
              </if>
              <if test="stockNewDTO.batch != null and stockNewDTO.batch != '' ">
                and a.BATCH = #{stockNewDTO.batch}
              </if>