|
|
@ -399,7 +399,7 @@ public class ItemServiceImpl extends BaseServiceImpl<ItemDao, ItemEntity> implem |
|
|
|
itemEntity.setIsPeople("1");//诉求上报
|
|
|
|
itemEntity.setPeopleFlag("2");//执法诉求
|
|
|
|
// 流水号
|
|
|
|
itemEntity.setSerialNum(getSerialNum("zf")); |
|
|
|
itemEntity.setSerialNum(getSerialNum("ZF")); |
|
|
|
baseDao.insert(itemEntity); |
|
|
|
//插入项目部门关联表
|
|
|
|
itemDeptService.savePeopleSubmitInfo(itemEntity); |
|
|
@ -2500,9 +2500,9 @@ public class ItemServiceImpl extends BaseServiceImpl<ItemDao, ItemEntity> implem |
|
|
|
entity.setItemCode("PT" + System.currentTimeMillis());//项目编号
|
|
|
|
entity.setIsPeople("1");//诉求上报
|
|
|
|
if (NumConstant.ZERO_STR.equals(formDto.getPeopleFlag())) { |
|
|
|
entity.setSerialNum(getSerialNum("ms")); |
|
|
|
entity.setSerialNum(getSerialNum("MS")); |
|
|
|
} else if (NumConstant.ONE_STR.equals(formDto.getPeopleFlag())) { |
|
|
|
entity.setSerialNum(getSerialNum("fz")); |
|
|
|
entity.setSerialNum(getSerialNum("FZ")); |
|
|
|
} |
|
|
|
baseDao.insert(entity); |
|
|
|
//插入项目部门关联表
|
|
|
@ -2850,7 +2850,6 @@ public class ItemServiceImpl extends BaseServiceImpl<ItemDao, ItemEntity> implem |
|
|
|
return 0 == process.getState()?true:15 == process.getState(); |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
* 领域类别处理 |
|
|
|
* |
|
|
|