Commit 111d7fdb by 王军业

221451215215

1 parent b7567e95
...@@ -604,7 +604,7 @@ ...@@ -604,7 +604,7 @@
</if> </if>
<if test="contract_state !=null and contract_state!=''"> <if test="contract_state !=null and contract_state!=''">
and and
contract_state=#{contract_state} contract_state=#{contract_state}
</if> </if>
<if test="contract_type !=null and contract_type !=''"> <if test="contract_type !=null and contract_type !=''">
and and
......
...@@ -55,7 +55,7 @@ public class ContractVo extends SelectVo{ ...@@ -55,7 +55,7 @@ public class ContractVo extends SelectVo{
private Integer over_days; private Integer over_days;
private String year; private String year;
private String month; private String month;
private String salesperson_name; private String salesperson_name;
private String province_name; private String province_name;
private String city_name; private String city_name;
private String county_name; private String county_name;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!