|
|
@ -28,6 +28,12 @@ public class UdiInfoUtil {
|
|
|
|
if (StrUtil.isNotEmpty(udiProductEntity.getScbssfbhsxrq()) && "否".equals(udiProductEntity.getScbssfbhsxrq())) {
|
|
|
|
if (StrUtil.isNotEmpty(udiProductEntity.getScbssfbhsxrq()) && "否".equals(udiProductEntity.getScbssfbhsxrq())) {
|
|
|
|
udiProductEntity.setAllowNoExpire(true);
|
|
|
|
udiProductEntity.setAllowNoExpire(true);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
if (StrUtil.isNotEmpty(udiProductEntity.getScbssfbhxlh()) && "否".equals(udiProductEntity.getScbssfbhxlh())) {
|
|
|
|
|
|
|
|
udiProductEntity.setAllowNoExpire(true);
|
|
|
|
|
|
|
|
} else if (StrUtil.isEmpty(udiProductEntity.getScbssfbhxlh())) {
|
|
|
|
|
|
|
|
udiProductEntity.setAllowNoExpire(true);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
return udiProductEntity;
|
|
|
|
return udiProductEntity;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
@ -47,6 +53,11 @@ public class UdiInfoUtil {
|
|
|
|
if (StrUtil.isNotEmpty(udiProductEntity.getScbssfbhsxrq()) && "否".equals(udiProductEntity.getScbssfbhsxrq())) {
|
|
|
|
if (StrUtil.isNotEmpty(udiProductEntity.getScbssfbhsxrq()) && "否".equals(udiProductEntity.getScbssfbhsxrq())) {
|
|
|
|
udiProductEntity.setAllowNoExpire(true);
|
|
|
|
udiProductEntity.setAllowNoExpire(true);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
if (StrUtil.isNotEmpty(udiProductEntity.getScbssfbhxlh()) && "否".equals(udiProductEntity.getScbssfbhxlh())) {
|
|
|
|
|
|
|
|
udiProductEntity.setAllowNoExpire(true);
|
|
|
|
|
|
|
|
} else if (StrUtil.isEmpty(udiProductEntity.getScbssfbhxlh())) {
|
|
|
|
|
|
|
|
udiProductEntity.setAllowNoExpire(true);
|
|
|
|
|
|
|
|
}
|
|
|
|
//名字转拼音
|
|
|
|
//名字转拼音
|
|
|
|
if (StrUtil.isNotBlank(udiProductEntity.getCpmctymc())) {
|
|
|
|
if (StrUtil.isNotBlank(udiProductEntity.getCpmctymc())) {
|
|
|
|
try {
|
|
|
|
try {
|
|
|
|