feat: 企标更改流程更改级别代号新增数据字典
This commit is contained in:
+1
@@ -212,6 +212,7 @@ public class ProcessEsChange implements Serializable {
|
||||
* 授权部门
|
||||
*/
|
||||
@ApiModelProperty(value = "更改级别代号")
|
||||
@Dict(dicCode = "change_level_code")
|
||||
private String levelCode;
|
||||
|
||||
/**
|
||||
|
||||
+3
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user