|
@@ -230,20 +230,18 @@ public class TMocController extends BaseController
|
|
if (cellValue.length() > 3) {
|
|
if (cellValue.length() > 3) {
|
|
entity.setExtention9(new SimpleDateFormat(DateUtils.getDateFormat(cellValue)).parse(cellValue));
|
|
entity.setExtention9(new SimpleDateFormat(DateUtils.getDateFormat(cellValue)).parse(cellValue));
|
|
}
|
|
}
|
|
- } else if (j == 21) {
|
|
|
|
- if (cellValue.length() > 3) {
|
|
|
|
- entity.setExpTime(new SimpleDateFormat(DateUtils.getDateFormat(cellValue)).parse(cellValue));
|
|
|
|
- }
|
|
|
|
- } else if (j == 22) {
|
|
|
|
|
|
+ }else if (j == 21) {
|
|
for (SysDictData sysDictData : mocStatusDict) {
|
|
for (SysDictData sysDictData : mocStatusDict) {
|
|
if (sysDictData.getDictLabel().equals(cellValue.trim())) {
|
|
if (sysDictData.getDictLabel().equals(cellValue.trim())) {
|
|
entity.setStatus(sysDictData.getDictValue());
|
|
entity.setStatus(sysDictData.getDictValue());
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- } else if (j == 23) {
|
|
|
|
|
|
+ } else if (j == 22) {
|
|
if (cellValue.length() > 3) {
|
|
if (cellValue.length() > 3) {
|
|
entity.setRemoveTime(new SimpleDateFormat(DateUtils.getDateFormat(cellValue)).parse(cellValue));
|
|
entity.setRemoveTime(new SimpleDateFormat(DateUtils.getDateFormat(cellValue)).parse(cellValue));
|
|
}
|
|
}
|
|
|
|
+ } else if (j == 23) {
|
|
|
|
+ entity.setRemarks(cellValue);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
entity.setCreaterCode(userId.toString());
|
|
entity.setCreaterCode(userId.toString());
|