Mr.Zhang
2023-10-16 ecfafad4fa4abff5be9d1d132a22a708a587e013
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>