|
@@ -33,9 +33,6 @@
|
|
<if test="warehouseName != null and warehouseName != ''">
|
|
<if test="warehouseName != null and warehouseName != ''">
|
|
AND warehouse_name= #{warehouseName}
|
|
AND warehouse_name= #{warehouseName}
|
|
</if>
|
|
</if>
|
|
- <if test="pcFlag != null and pcFlag != ''and pcFlag == '2'">
|
|
|
|
- AND comp_id = #{compId}
|
|
|
|
- </if>
|
|
|
|
<if test="managementType != null and managementType != ''">
|
|
<if test="managementType != null and managementType != ''">
|
|
AND management_type = #{managementType}
|
|
AND management_type = #{managementType}
|
|
</if>
|
|
</if>
|
|
@@ -138,9 +135,6 @@
|
|
<if test="managementType != null and managementType != ''">
|
|
<if test="managementType != null and managementType != ''">
|
|
AND management_type = #{managementType}
|
|
AND management_type = #{managementType}
|
|
</if>
|
|
</if>
|
|
- <if test="pcFlag != null and pcFlag != ''and pcFlag == '2'">
|
|
|
|
- AND comp_id = #{compId}
|
|
|
|
- </if>
|
|
|
|
<if test="customerPhone != null and customerPhone != ''">
|
|
<if test="customerPhone != null and customerPhone != ''">
|
|
AND customer_phone = #{customerPhone}
|
|
AND customer_phone = #{customerPhone}
|
|
</if>
|
|
</if>
|