|
@@ -49,6 +49,7 @@ public class InfoDataFactory {
|
|
|
parserMap.put(DigitalDataType.STRING.getIndex(), new StringInfoParser());
|
|
|
parserMap.put(DigitalDataType.PIC.getIndex(), new PicInfoParser());
|
|
|
parserMap.put(DigitalDataType.MENUM.getIndex(), new MenumInfoParser());
|
|
|
+ parserMap.put(DigitalDataType.TEXT.getIndex(), new StringInfoParser());
|
|
|
}
|
|
|
// 校验类型传值
|
|
|
if(!parserMap.containsKey(dataType)) {
|