Commit d233581e by lzxry

+1

parent 3f1d0666
...@@ -68,7 +68,7 @@ public class ContractServiceImpl implements ContractService { ...@@ -68,7 +68,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