feat: 企标更改流程更改级别代号新增数据字典

This commit is contained in:
2024-03-18 14:04:38 +08:00
parent c3839e7b98
commit 5bef80ce76
3 changed files with 17 additions and 1 deletions
@@ -212,6 +212,7 @@ public class ProcessEsChange implements Serializable {
* 授权部门
*/
@ApiModelProperty(value = "更改级别代号")
@Dict(dicCode = "change_level_code")
private String levelCode;
/**
@@ -374,6 +374,9 @@ public class ProcessESChangeEndListener implements ExecutionListener {
private void setContent(List<XWPFTableRow> rows, int rowNum, int cellNum, String content,
boolean newLine, boolean alignCenter, boolean verCenter) {
if (StrUtil.isBlank(content)) {
return;
}
XWPFTableRow row = rows.get(rowNum);
List<XWPFTableCell> cells = row.getTableCells();
if (!cells.isEmpty()) {