Commit a80a1c37 by kangxiaoshan

补充协议 修复

parent ece77a93
...@@ -64,7 +64,7 @@ public class ContractServiceImpl implements ContractService { ...@@ -64,7 +64,7 @@ public class ContractServiceImpl implements ContractService {
private static final Map<String, String> CONTRACT_TYPE_NAME = new HashMap() {{ private static final Map<String, String> CONTRACT_TYPE_NAME = new HashMap() {{
put("首次签约", "0"); put("首次签约", "0");
put("续约", "1"); put("续约", "1");
put("合同变更", "2"); put("补充协议", "2");
}}; }};
public static final Map<String, String> FUNCTION_TYPE = new HashMap() {{ public static final Map<String, String> FUNCTION_TYPE = new HashMap() {{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment