|
@@ -217,7 +217,11 @@ public class LhsqCtl extends BaseWebCtl {
|
|
} else if ("6".equals(entity.getFlowstatus())) {
|
|
} else if ("6".equals(entity.getFlowstatus())) {
|
|
vo.setCurrentname("未提交");
|
|
vo.setCurrentname("未提交");
|
|
} else if (entity.getFlowstatus() == null) {
|
|
} else if (entity.getFlowstatus() == null) {
|
|
- vo.setCurrentname("未提交");
|
|
|
|
|
|
+ if (GlobalData.DEPLOY_MODE.equals(Constants.DEPLOY_MODE_CITY)) {
|
|
|
|
+ vo.setCurrentname("未提交");
|
|
|
|
+ } else {
|
|
|
|
+ vo.setCurrentname("经办人受理");
|
|
|
|
+ }
|
|
} else if (StringUtils.isEmpty(entity.getFlowstatus()) && entity.getRecordStatus() == BaseEntity.RECORD_STATE_VALID) {
|
|
} else if (StringUtils.isEmpty(entity.getFlowstatus()) && entity.getRecordStatus() == BaseEntity.RECORD_STATE_VALID) {
|
|
if (GlobalData.DEPLOY_MODE.equals(Constants.DEPLOY_MODE_CITY)) {
|
|
if (GlobalData.DEPLOY_MODE.equals(Constants.DEPLOY_MODE_CITY)) {
|
|
vo.setCurrentname("未提交");
|
|
vo.setCurrentname("未提交");
|