| | |
| | | // return AjaxResult.error("身份证号码错误"); |
| | | // } |
| | | // } |
| | | Date dates = new Date(); |
| | | final String date = DateUtil.format(dates, "yyyy-MM-dd HH:mm:ss"); |
| | | // Date dates = new Date(); |
| | | // final String date = DateUtil.format(dates, "yyyy-MM-dd HH:mm:ss"); |
| | | |
| | | final String getInfoFromSqlData = sysConfigService.selectConfigByKey("getInfoFromSqlData"); |
| | | if ("Y".equals(getInfoFromSqlData)) { |
| | |
| | | /** |
| | | * 单位名字 |
| | | */ |
| | | @ExcelExport(value = "单位项目",sort =99) |
| | | @ExcelImport("单位项目") |
| | | @Excel(name = "单位项目",sort = 99,cellType = Excel.ColumnType.STRING) |
| | | @ApiModelProperty("单位项目") |
| | | @ExcelExport(value = "部门",sort =99) |
| | | @ExcelImport("部门") |
| | | @Excel(name = "部门",sort = 99,cellType = Excel.ColumnType.STRING) |
| | | @ApiModelProperty("部门") |
| | | @TableField(exist = false) |
| | | private String dwxm; |
| | | |
| | |
| | | /** |
| | | * 部门 |
| | | */ |
| | | @ExcelExport(value = "部门",sort =-2) |
| | | @ExcelImport("部门") |
| | | @Excel(name = "部门",sort = 2,cellType = Excel.ColumnType.STRING) |
| | | // @ExcelExport(value = "部门",sort =-2) |
| | | // @ExcelImport("部门") |
| | | // @Excel(name = "部门",sort = 2,cellType = Excel.ColumnType.STRING) |
| | | @ApiModelProperty("部门") |
| | | private String department; |
| | | |