|
|
@@ -203,8 +203,8 @@ public class DocumentToObjectUtils {
|
|
|
}
|
|
|
if (!StringUtils.isEmpty(
|
|
|
document.get(ClassAndTableNameUtils.combineField(tableName, DeputyOrderSimpleInfo.STATUSCOE_FIELD)))) {
|
|
|
- depOrder.setVenduser(document
|
|
|
- .get(ClassAndTableNameUtils.combineField(tableName, DeputyOrderSimpleInfo.STATUSCOE_FIELD)));
|
|
|
+ depOrder.setStatuscode(Integer.valueOf(document
|
|
|
+ .get(ClassAndTableNameUtils.combineField(tableName, DeputyOrderSimpleInfo.STATUSCOE_FIELD))));
|
|
|
}
|
|
|
return depOrder;
|
|
|
}
|