Merge branch 'main' of https://dd3skj.picp.vip/JyuHsin/zhgh_jshvc
This commit is contained in:
+1
-1
@@ -251,7 +251,7 @@ public class TrainSignUpActivityStatisticsController {
|
|||||||
entity.setName(column.getColumnName());
|
entity.setName(column.getColumnName());
|
||||||
entity.setKey(column.getColumnCode());
|
entity.setKey(column.getColumnCode());
|
||||||
entity.setWidth(20);
|
entity.setWidth(20);
|
||||||
if (column.getColumnFormType().equals("FILE")) {
|
if ("FILE".equals(column.getColumnFormType())) {
|
||||||
entity.setType(2);
|
entity.setType(2);
|
||||||
entity.setExportImageType(2);
|
entity.setExportImageType(2);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user