标准 拆分加文本状态 Map对应的 酌情添加
This commit is contained in:
+8
@@ -534,8 +534,16 @@ public class SarFileSplitInfoEOServiceImpl implements SarFileSplitInfoEOService
|
||||
int rowCount = sarFileSplitInfoEODao.queryByCountOwn(page);
|
||||
page.getPager().setRowCount(rowCount);
|
||||
List<SarFileSplitInfoEO> rows = sarFileSplitInfoEODao.queryByPageOwn(page);
|
||||
Map<String,String> map = new HashMap<>();
|
||||
map.put("CA","草稿");
|
||||
map.put("ZQYJG","征求意见稿");
|
||||
map.put("BPG","报批稿");
|
||||
map.put("SSG","送审稿");
|
||||
map.put("FBGBJBD","发布稿(必读)");
|
||||
|
||||
if (rows != null && !rows.isEmpty()) {
|
||||
for (SarFileSplitInfoEO infoEO : rows) {
|
||||
infoEO.setFileTypeShow(String.valueOf(map.get(infoEO.getFileType())));
|
||||
// if (!infoEO.getSplitStatus().equals("0") && infoEO.getShowNumber() == null){
|
||||
// SarLawsInfoEOPage sarLawsInfoEOPage = new SarLawsInfoEOPage();
|
||||
// sarLawsInfoEOPage.setId(infoEO.getStandId());
|
||||
|
||||
Reference in New Issue
Block a user