转为文档修改

parent 04ae919e
...@@ -336,7 +336,7 @@ public class ReportToWordController { ...@@ -336,7 +336,7 @@ public class ReportToWordController {
if (StringUtils.isNotBlank(supplement_type)) { if (StringUtils.isNotBlank(supplement_type)) {
String[] types = supplement_type.split(","); String[] types = supplement_type.split(",");
String typeStr = ""; String typeStr = "";
for (String str:types) { for (String str:types) {
CtBbtcBusType ctBbtcBusType = CtBbtcBusTypeService.get(str); CtBbtcBusType ctBbtcBusType = CtBbtcBusTypeService.get(str);
if(ctBbtcBusType!=null){ if(ctBbtcBusType!=null){
......
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