Browse Source

..

feature/dangjian
sunyuchao 3 years ago
parent
commit
5e9475f371
  1. 10
      esua-epdc/epdc-module/epdc-events/epdc-events-server/src/main/java/com/elink/esua/epdc/modules/item/service/impl/ItemServiceImpl.java

10
esua-epdc/epdc-module/epdc-events/epdc-events-server/src/main/java/com/elink/esua/epdc/modules/item/service/impl/ItemServiceImpl.java

@ -2805,7 +2805,15 @@ public class ItemServiceImpl extends BaseServiceImpl<ItemDao, ItemEntity> implem
ItemHandleCategoryEnum.HANDLE_I_HANDLE_GOV_WHISTLE.getValue(), ItemHandleCategoryEnum.HANDLE_I_HANDLE_GOV_WHISTLE.getValue(),
ItemGridPlatformHandleStatusEnum.HANDLE_QSJB_BH.getValue(), ItemGridPlatformHandleStatusEnum.HANDLE_QSJB_BH.getValue(),
ItemGridPlatformHandleStatusEnum.HANDLE_QSJB_FK.getValue(), ItemGridPlatformHandleStatusEnum.HANDLE_QSJB_FK.getValue(),
ItemGridPlatformHandleStatusEnum.HANDLE_QSJB_DB.getValue()); ItemGridPlatformHandleStatusEnum.HANDLE_QSJB_DB.getValue(),
ItemGridPlatformHandleStatusEnum.HANDLE_XFPJ.getValue(),
ItemGridPlatformHandleStatusEnum.HANDLE_CYSQ.getValue(),
ItemHandleCategoryEnum.HANDLE_I_HANDLE_CHECK_APPLY.getValue(),
ItemHandleCategoryEnum.HANDLE_I_HANDLE_CHECK_AGREE.getValue(),
ItemHandleCategoryEnum.HANDLE_I_HANDLE_CHECK_UN_AGREE.getValue(),
ItemHandleCategoryEnum.HANDLE_I_HANDLE_DISAGREE.getValue(),
ItemHandleCategoryEnum.HANDLE_STREET_REPORT.getValue());
wrapper.orderByDesc("created_time"); wrapper.orderByDesc("created_time");
wrapper.last("limit 1"); wrapper.last("limit 1");
ItemHandleProcessEntity processEntity = itemHandleProcessDao.selectOne(wrapper); ItemHandleProcessEntity processEntity = itemHandleProcessDao.selectOne(wrapper);

Loading…
Cancel
Save