PAL打包,废止编号显示
This commit is contained in:
parent
4944ab4ce5
commit
c08b09685f
Binary file not shown.
@ -957,6 +957,7 @@ public class OutputWordUtil {
|
||||
|
||||
table.autoFit(AutoFitBehaviorType.Auto_Fit_To_Window);
|
||||
|
||||
|
||||
TableRow row = table.getRows().get(0);
|
||||
row.isHeader(true);
|
||||
//row.setHeight(20);
|
||||
|
||||
@ -113,6 +113,7 @@ public class RepositoryTreeUtil {
|
||||
UserModel model = SDK.getORGAPI().getUser(palModel.getDutyUser());
|
||||
if (model != null) palObject.put("dutyUserName", model.getUserName());
|
||||
}
|
||||
|
||||
String sqls = "select PROPERTYVALUE from APP_ACT_COE_PAL_PROP where PROPERTYNAME = '文件编码' and PLID = '"+palModel.getId()+"'";
|
||||
palObject.put("stopNumber", DBSql.getString(sqls));
|
||||
// if (professionalIcon) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user