Commit 111d7fdb by 王军业

221451215215

1 parent b7567e95
......@@ -604,7 +604,7 @@
</if>
<if test="contract_state !=null and contract_state!=''">
and
contract_state=#{contract_state}
contract_state=#{contract_state}
</if>
<if test="contract_type !=null and contract_type !=''">
and
......
......@@ -55,7 +55,7 @@ public class ContractVo extends SelectVo{
private Integer over_days;
private String year;
private String month;
private String salesperson_name;
private String salesperson_name;
private String province_name;
private String city_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!