<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.sunda.spmswms.mapper.ShelfOnTaskMapper">

<!--    <select id="getShelfOnTask" resultType="com.sunda.spmswms.entity.ShelfOnTask">-->
<!--        select * from SHELF_ON_TASK-->
<!--        <where>-->
<!--            <if test="taskId!=null and taskId!=''">and TASK_ID = #{taskId} </if>-->
<!--            <if test="userId!=null and userId!=''">and CREATE_USERID = #{userId} </if>-->
<!--            <if test="whs_location!=null and whs_location!=''">and WHS_LOCATION_CODE = #{ whs_location } </if>-->
<!--            <if test="werks!=null and werks!=''">and WERKS = #{ werks } </if>-->
<!--            <if test="taskStatus!=null and taskStatus!">and TASK_STATUS = #{ taskStatus } </if>-->
<!--            <if test="userName!=null">and UPDATE_USERNAME = #{ userName } </if>-->
<!--            <if test="PDA_SN!=null">and PDA_SN = #{ PDA_SN } </if>-->
<!--            <if test="DN!=null">and DELIVERY_NOTE_SAP = #{ DN } </if>-->
<!--            <if test="createDate!=null">and CREATE_DATE = #{ createDate } </if>-->
<!--        </where>-->
<!--    </select>-->


</mapper>
