Commit 8f944b15 by jiang'yun

修改

parent 30b1e740
...@@ -791,7 +791,7 @@ public class SjDjjcController extends BaseController ...@@ -791,7 +791,7 @@ public class SjDjjcController extends BaseController
String cpj=new DataFormatter().formatCellValue(row.getCell(ks+7)); String cpj=new DataFormatter().formatCellValue(row.getCell(ks+7));
if(StringUtils.isNotEmpty(cpj)){ if(StringUtils.isNotEmpty(cpj)){
gdfdcs.setCqj(Double.parseDouble(cpj)); gdfdcs.setCpj(Double.parseDouble(cpj));
} }
......
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