|
|
@@ -1440,11 +1440,11 @@ public class DocumentToObjectUtils {
|
|
|
}
|
|
|
String isshow = document.get(ClassAndTableNameUtils.combineField(tableName, ProdSimpleInfo.ISSHOW_FIELD));
|
|
|
if (null != isshow) {
|
|
|
- prodSimpleInfo.setIsShow(Short.valueOf(issale));
|
|
|
+ prodSimpleInfo.setIsShow(Short.valueOf(isshow));
|
|
|
}
|
|
|
String ispubsale = document.get(ClassAndTableNameUtils.combineField(tableName, ProdSimpleInfo.ISPUBSALE_FIELD));
|
|
|
if (null != ispubsale) {
|
|
|
- prodSimpleInfo.setIsPubsale(Short.valueOf(issale));
|
|
|
+ prodSimpleInfo.setIsPubsale(Short.valueOf(ispubsale));
|
|
|
}
|
|
|
String uuid = document.get(ClassAndTableNameUtils.combineField(tableName, ProdSimpleInfo.UUID_FIELD));
|
|
|
if (null != uuid) {
|