| | |
| | | fillName = "审核"; |
| | | } |
| | | if (newTbAttResInformationProject.getCheckState()==3){ |
| | | fillName = "退回" + (null==newTbAttResInformationProject.getCheckLog()?"":":" + newTbAttResInformationProject.getCheckLog()); |
| | | // fillName = "退回" + (null==newTbAttResInformationProject.getCheckLog()?"":":" + newTbAttResInformationProject.getCheckLog()); |
| | | } |
| | | |
| | | // 拼接 |
| | |
| | | // 判断是否存在 |
| | | if (null==oldAbAttResBase){ |
| | | // 填报 |
| | | newTbAttResInformationProject.setCheckLog(builder.toString()); |
| | | // newTbAttResInformationProject.setCheckLog(builder.toString()); |
| | | }else { |
| | | StringBuilder stringBuilder = new StringBuilder(null==oldAbAttResBase.getCheckLog()?"":oldAbAttResBase.getCheckLog()); |
| | | stringBuilder.append(builder); |
| | | // StringBuilder stringBuilder = new StringBuilder(null==oldAbAttResBase.getCheckLog()?"":oldAbAttResBase.getCheckLog()); |
| | | // stringBuilder.append(builder); |
| | | // 填报 |
| | | newTbAttResInformationProject.setCheckLog(stringBuilder.toString()); |
| | | // newTbAttResInformationProject.setCheckLog(stringBuilder.toString()); |
| | | } |
| | | } |
| | | |
| | |
| | | fillName = "审核"; |
| | | } |
| | | if (newTbAttResInformationProject.getCheckState()==3){ |
| | | fillName = "退回" + (null==newTbAttResInformationProject.getCheckLog()?"":":" + newTbAttResInformationProject.getCheckLog()); |
| | | // fillName = "退回" + (null==newTbAttResInformationProject.getCheckLog()?"":":" + newTbAttResInformationProject.getCheckLog()); |
| | | } |
| | | // 管理员编辑 |
| | | if (newTbAttResInformationProject.getCheckState()==4){ |
| | |
| | | // 判断是否存在 |
| | | if (null==oldAbAttResBase){ |
| | | // 填报 |
| | | newTbAttResInformationProject.setLog(builder.toString()); |
| | | // newTbAttResInformationProject.setLog(builder.toString()); |
| | | }else { |
| | | StringBuilder stringBuilder = new StringBuilder(null==oldAbAttResBase.getLog()?"":oldAbAttResBase.getLog()); |
| | | stringBuilder.append(builder); |
| | | // StringBuilder stringBuilder = new StringBuilder(null==oldAbAttResBase.getLog()?"":oldAbAttResBase.getLog()); |
| | | // stringBuilder.append(builder); |
| | | // 填报 |
| | | newTbAttResInformationProject.setLog(stringBuilder.toString()); |
| | | // newTbAttResInformationProject.setLog(stringBuilder.toString()); |
| | | } |
| | | } |
| | | } |