|
|
|
@ -1056,7 +1056,11 @@ public class PushToCityGridServiceImpl implements PushToCityGridService { |
|
|
|
//评价人员
|
|
|
|
EvaluationResultDTO.CzrBean czr = new EvaluationResultDTO.CzrBean(); |
|
|
|
czr.setId(item.getUserId()); |
|
|
|
czr.setXm(item.getNickName()); |
|
|
|
if (item.getEvaluationSystemFlag() == 1){ |
|
|
|
czr.setXm("系统评价人员"); |
|
|
|
}else { |
|
|
|
czr.setXm(item.getNickName()); |
|
|
|
} |
|
|
|
czr.setSsbmbm(item.getGridId().toString()); |
|
|
|
czr.setSsbm(item.getGrid()); |
|
|
|
czr.setSsjgbm(getJgbm(item.getGridId(), NumConstant.ZERO_STR)); |
|
|
|
|