| | |
| | | <if test="matnr != null and matnr != ''">
|
| | | AND t.matnr = #{matnr}
|
| | | </if>
|
| | | <if test="batch != null and batch != ''">
|
| | | <if test="batch != null">
|
| | | AND t.batch = #{batch}
|
| | | </if>
|
| | | <if test="sortParam!=null and sortParam.size()>0">
|
| | |
| | | <select id="getList" resultType="map">
|
| | | select * from view_man_loc_detl ld
|
| | | where matnr = #{matnr}
|
| | | <if test="batch!=null and batch != ''">
|
| | | <if test="batch!=null">
|
| | | and batch = #{batch}
|
| | | </if>
|
| | | <if test="param!=null and param.size()>0">
|
| | |
| | | <if test="matnr != null and matnr != ''">
|
| | | AND t.matnr = #{matnr}
|
| | | </if>
|
| | | <if test="batch != null and batch != ''">
|
| | | <if test="batch != null">
|
| | | AND t.batch = #{batch}
|
| | | </if>
|
| | | <!-- <if test="params != null and params.size() > 0">-->
|