|
@@ -37,10 +37,10 @@ public class ContractConverter implements Converter<Integer> {
|
|
|
private final Map<Integer,String> yesOrNoDict = new HashMap<>();
|
|
|
|
|
|
public ContractConverter() {
|
|
|
- this.signWayDict.put(0,"立项申请中");
|
|
|
- this.signWayDict.put(1,"进行中");
|
|
|
- this.signWayDict.put(2,"已结项");
|
|
|
- this.signWayDict.put(3,"已中止");
|
|
|
+ this.signWayDict.put(1,"跟单");
|
|
|
+ this.signWayDict.put(2,"半开拓");
|
|
|
+ this.signWayDict.put(3,"开拓");
|
|
|
+ this.signWayDict.put(4,"挂靠");
|
|
|
|
|
|
this.isSignDict.put(0,"未签");
|
|
|
this.isSignDict.put(1,"已签");
|