|
@@ -153,8 +153,8 @@ public class MachineManageAction implements IMINAction {
|
|
|
.queryEquipment(map, rows);
|
|
|
//格式化时间和状态
|
|
|
list = Service.lookup(IFormatService.class).formatDateTime(list, "createTime", "modifyTime");
|
|
|
- list = new MINCopyFormat("{equState:'sttDesc',type:'typeDesc'}").format(list);
|
|
|
- list = Service.lookup(IFormatService.class).formatEnum(list, "{sttDesc:'EQUIPMENT_STATE','typeDesc':'GAME_TYPE'}");
|
|
|
+ list = new MINCopyFormat("{equState:'sttDesc',type:'typeDesc',applyState:'applyStateDesc'}").format(list);
|
|
|
+ list = Service.lookup(IFormatService.class).formatEnum(list, "{sttDesc:'EQUIPMENT_STATE','typeDesc':'GAME_TYPE','applyStateDesc':'EQUIPMENT_CODE_STATE'}");
|
|
|
//传递数据
|
|
|
res.set(IMINBusinessConstant.F_PAGING_LAY, list);
|
|
|
res.set(IMINBusinessConstant.F_PAGING_COUNT, rows.getMaxRows());
|