Commit d3398932 authored by zhangjianqian's avatar zhangjianqian

重新做隐患台账,修改隐患排查

parent 07854278
......@@ -174,7 +174,7 @@ public class TBankSubjectController extends BaseController
}
System.out.println(row.getCell(9).toString());
/**答案*/
excelEntity.setAnswer(row.getCell(9).toString());
excelEntity.setAnswer((row.getCell(9).toString()).replace(",",",") );
// if ("A".equals(row.getCell(9).toString())){
// excelEntity.setAnswer(0);
......
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