Explorar el Código

Revert "小数处理"

This reverts commit f4a179ec1ca9246e5cf5192c2a47394bfd31995b.
wangfeng hace 6 años
padre
commit
02d04abaf3

+ 1 - 1
icss-service/src/main/java/com/diagbot/facade/LisExcelResFacade.java

@@ -215,7 +215,7 @@ public class LisExcelResFacade {
 					obj = DateFormatUtils.format(date, "yyyy-MM-dd");
 				} else {
 					obj = cell.getNumericCellValue();
-					DecimalFormat df = new DecimalFormat();
+					DecimalFormat df = new DecimalFormat("0");
 					obj = df.format(obj);
 				}