|
@ -109,6 +109,9 @@ public class DataSyncRecordDisabilityServiceImpl extends BaseServiceImpl<DataSyn |
|
|
|
|
|
|
|
|
public String getCj(String cj){ |
|
|
public String getCj(String cj){ |
|
|
String result = ""; |
|
|
String result = ""; |
|
|
|
|
|
if (StringUtils.isBlank(cj)){ |
|
|
|
|
|
return result; |
|
|
|
|
|
} |
|
|
switch (cj){ |
|
|
switch (cj){ |
|
|
case NumConstant.ONE_STR: |
|
|
case NumConstant.ONE_STR: |
|
|
result = "一级"; |
|
|
result = "一级"; |
|
|