|
|
|
@ -71,7 +71,7 @@ |
|
|
|
<if test="map!=null"> |
|
|
|
<foreach collection="map" item="v" index="k" separator="and"> |
|
|
|
<if test="v != null and v != '' and k!='orderway' and k!='id' |
|
|
|
and k!='gd.goods_name' and k!='g.entrust_name' and k!='gisli' |
|
|
|
and k!='gd.goods_name' and k!='g.entrust_name' and k!='g.gisli' |
|
|
|
and k!='createtime' and k!='ishow'"> |
|
|
|
${k} = #{v} |
|
|
|
</if> |
|
|
|
@ -82,7 +82,7 @@ |
|
|
|
gd.goods_name like concat('%',#{v},'%') |
|
|
|
OR g.goods_islicode like concat('%',#{v},'%') |
|
|
|
</if> |
|
|
|
<if test="k=='gisli'"> |
|
|
|
<if test="k=='g.gisli'"> |
|
|
|
g.goods_islicode=#{v} |
|
|
|
</if> |
|
|
|
<if test="k=='g.entrust_name'"> |
|
|
|
@ -110,7 +110,7 @@ |
|
|
|
<if test="map!=null"> |
|
|
|
<foreach collection="map" item="v" index="k" separator="and"> |
|
|
|
<if test="v != null and v != '' and k!='orderway' and k!='id' and k!='gd.goods_name' |
|
|
|
and k!='g.entrust_name' and k!='createtime' |
|
|
|
and k!='g.entrust_name' and k!='createtime' and k!='g.gisli' |
|
|
|
and k!='ishow'"> |
|
|
|
${k} = #{v} |
|
|
|
</if> |
|
|
|
@ -124,6 +124,9 @@ |
|
|
|
<if test="k=='g.entrust_name'"> |
|
|
|
g.username like concat('%',#{v},'%') |
|
|
|
</if> |
|
|
|
<if test="k=='g.gisli'"> |
|
|
|
g.goods_islicode=#{v} |
|
|
|
</if> |
|
|
|
<if test="k=='createtime'"> |
|
|
|
${v} |
|
|
|
</if> |
|
|
|
|