Commit 6ddda5fe authored by Quxl's avatar Quxl

x

parent 948b9dda
......@@ -460,7 +460,7 @@ public class ReviewServiceImpl implements ReviewService {
field.set(asiaNew, fields.get(fieldName));
} else if(fieldName.endsWith("_data")) {
field.set(asiaNew, JSON.toJSONString(fields.get(fieldName)));
} else {
} else if(fieldName.startsWith("item_")) {
field.set(asiaNew, ((BigDecimal)fields.get(fieldName)).doubleValue());
}
} catch (Exception e) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment