Commit 05f6c3e4 by kangxiaoshan

续签

parent a80a1c37
...@@ -63,7 +63,7 @@ public class ContractServiceImpl implements ContractService { ...@@ -63,7 +63,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");
}}; }};
......
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