|
|
@ -963,7 +963,7 @@ public interface HighOrderMapperExt { |
|
|
|
"<if test='map.goodsId != null'> and hco.goods_id = #{map.goodsId} </if> " , |
|
|
|
"<if test='map.goodsId != null'> and hco.goods_id = #{map.goodsId} </if> " , |
|
|
|
"<if test='map.createTimeS != null'> <![CDATA[ and ho.create_time >= #{map.createTimeS} ]]> </if> " + |
|
|
|
"<if test='map.createTimeS != null'> <![CDATA[ and ho.create_time >= #{map.createTimeS} ]]> </if> " + |
|
|
|
"<if test='map.createTimeE != null'> <![CDATA[ and ho.create_time <= #{map.createTimeE} ]]> </if> " + |
|
|
|
"<if test='map.createTimeE != null'> <![CDATA[ and ho.create_time <= #{map.createTimeE} ]]> </if> " + |
|
|
|
"<if test='map.gasSalesmanId != null'> and hco.gas_salesman_id in ( #{map.gasSalesmanId} ) </if> " , |
|
|
|
"<if test='map.gasSalesmanId != null'> and hco.gas_salesman_id in ( ${map.gasSalesmanId} ) </if> " , |
|
|
|
") as hh; " , |
|
|
|
") as hh; " , |
|
|
|
"</script>" |
|
|
|
"</script>" |
|
|
|
}) |
|
|
|
}) |
|
|
@ -986,7 +986,7 @@ public interface HighOrderMapperExt { |
|
|
|
"<if test='map.goodsId != null'> and hco.goods_id = #{map.goodsId} </if> " , |
|
|
|
"<if test='map.goodsId != null'> and hco.goods_id = #{map.goodsId} </if> " , |
|
|
|
"<if test='map.createTimeS != null'> <![CDATA[ and ho.create_time >= #{map.createTimeS} ]]> </if> " + |
|
|
|
"<if test='map.createTimeS != null'> <![CDATA[ and ho.create_time >= #{map.createTimeS} ]]> </if> " + |
|
|
|
"<if test='map.createTimeE != null'> <![CDATA[ and ho.create_time <= #{map.createTimeE} ]]> </if> " + |
|
|
|
"<if test='map.createTimeE != null'> <![CDATA[ and ho.create_time <= #{map.createTimeE} ]]> </if> " + |
|
|
|
"<if test='map.gasSalesmanId != null'> and hco.gas_salesman_id in ( #{map.gasSalesmanId} ) </if> " , |
|
|
|
"<if test='map.gasSalesmanId != null'> and hco.gas_salesman_id in ( ${map.gasSalesmanId} ) </if> " , |
|
|
|
") as hh; " , |
|
|
|
") as hh; " , |
|
|
|
"</script>" |
|
|
|
"</script>" |
|
|
|
}) |
|
|
|
}) |
|
|
@ -1006,7 +1006,7 @@ public interface HighOrderMapperExt { |
|
|
|
"<if test='map.totalPrice != null'> <![CDATA[ and ho.total_price < #{map.totalPrice} ]]> </if> " , |
|
|
|
"<if test='map.totalPrice != null'> <![CDATA[ and ho.total_price < #{map.totalPrice} ]]> </if> " , |
|
|
|
"<if test='map.createTimeS != null'> <![CDATA[ and ho.create_time >= #{map.createTimeS} ]]> </if> " , |
|
|
|
"<if test='map.createTimeS != null'> <![CDATA[ and ho.create_time >= #{map.createTimeS} ]]> </if> " , |
|
|
|
"<if test='map.createTimeE != null'> <![CDATA[ and ho.create_time <= #{map.createTimeE} ]]> </if> " , |
|
|
|
"<if test='map.createTimeE != null'> <![CDATA[ and ho.create_time <= #{map.createTimeE} ]]> </if> " , |
|
|
|
"<if test='map.gasSalesmanId != null'> and hco.gas_salesman_id in ( #{map.gasSalesmanId} ) </if> " , |
|
|
|
"<if test='map.gasSalesmanId != null'> and hco.gas_salesman_id in ( ${map.gasSalesmanId} ) </if> " , |
|
|
|
") as hh; " , |
|
|
|
") as hh; " , |
|
|
|
"</script>" |
|
|
|
"</script>" |
|
|
|
}) |
|
|
|
}) |
|
|
@ -1023,7 +1023,7 @@ public interface HighOrderMapperExt { |
|
|
|
"<if test='map.gasOilNo != null'> and hco.gas_oil_no = #{map.gasOilNo} </if> " , |
|
|
|
"<if test='map.gasOilNo != null'> and hco.gas_oil_no = #{map.gasOilNo} </if> " , |
|
|
|
"<if test='map.gasOilType != null'> and hco.gas_oil_type = #{map.gasOilType} </if> " , |
|
|
|
"<if test='map.gasOilType != null'> and hco.gas_oil_type = #{map.gasOilType} </if> " , |
|
|
|
"<if test='map.goodsId != null'> and hco.goods_id = #{map.goodsId} </if> " , |
|
|
|
"<if test='map.goodsId != null'> and hco.goods_id = #{map.goodsId} </if> " , |
|
|
|
"<if test='map.gasSalesmanId != null'> and hco.gas_salesman_id in ( #{map.gasSalesmanId} ) </if> " , |
|
|
|
"<if test='map.gasSalesmanId != null'> and hco.gas_salesman_id in ( ${map.gasSalesmanId} ) </if> " , |
|
|
|
"<if test='map.createTimeS != null'> <![CDATA[ and ho.create_time >= #{map.createTimeS} ]]> </if> " , |
|
|
|
"<if test='map.createTimeS != null'> <![CDATA[ and ho.create_time >= #{map.createTimeS} ]]> </if> " , |
|
|
|
"<if test='map.createTimeE != null'> <![CDATA[ and ho.create_time <= #{map.createTimeE} ]]> </if> " , |
|
|
|
"<if test='map.createTimeE != null'> <![CDATA[ and ho.create_time <= #{map.createTimeE} ]]> </if> " , |
|
|
|
"group by pay_type " , |
|
|
|
"group by pay_type " , |
|
|
@ -1043,7 +1043,7 @@ public interface HighOrderMapperExt { |
|
|
|
"<if test='map.gasOilNo != null'> and hco.gas_oil_no = #{map.gasOilNo} </if> " , |
|
|
|
"<if test='map.gasOilNo != null'> and hco.gas_oil_no = #{map.gasOilNo} </if> " , |
|
|
|
"<if test='map.gasOilType != null'> and hco.gas_oil_type = #{map.gasOilType} </if> " , |
|
|
|
"<if test='map.gasOilType != null'> and hco.gas_oil_type = #{map.gasOilType} </if> " , |
|
|
|
"<if test='map.goodsId != null'> and hco.goods_id = #{map.goodsId} </if> " , |
|
|
|
"<if test='map.goodsId != null'> and hco.goods_id = #{map.goodsId} </if> " , |
|
|
|
"<if test='map.gasSalesmanId != null'> and hco.gas_salesman_id in ( #{map.gasSalesmanId} ) </if> " , |
|
|
|
"<if test='map.gasSalesmanId != null'> and hco.gas_salesman_id in ( ${map.gasSalesmanId} ) </if> " , |
|
|
|
"<if test='map.createTimeS != null'> <![CDATA[ and ho.create_time >= #{map.createTimeS} ]]> </if> " , |
|
|
|
"<if test='map.createTimeS != null'> <![CDATA[ and ho.create_time >= #{map.createTimeS} ]]> </if> " , |
|
|
|
"<if test='map.createTimeE != null'> <![CDATA[ and ho.create_time <= #{map.createTimeE} ]]> </if> " , |
|
|
|
"<if test='map.createTimeE != null'> <![CDATA[ and ho.create_time <= #{map.createTimeE} ]]> </if> " , |
|
|
|
"group by hco.gas_oil_no " , |
|
|
|
"group by hco.gas_oil_no " , |
|
|
|