|
|
@@ -19,6 +19,8 @@ import com.goafanti.common.dao.OrganizationContactBookMapper;
|
|
|
import com.goafanti.common.dao.RoleMapper;
|
|
|
import com.goafanti.common.dao.RolePermissionMapper;
|
|
|
import com.goafanti.common.dao.RoleResourcesMapper;
|
|
|
+import com.goafanti.common.dao.TOrderTaskMapper;
|
|
|
+import com.goafanti.common.dao.TTaskLogMapper;
|
|
|
import com.goafanti.common.dao.UserBusinessMapper;
|
|
|
import com.goafanti.common.dao.UserMapper;
|
|
|
import com.goafanti.common.dao.UserRoleMapper;
|
|
|
@@ -53,6 +55,10 @@ public class NewRoleServiceImpl extends BaseMybatisDao<RoleMapper> implements Ne
|
|
|
UserBusinessMapper userBusinessMapper;
|
|
|
@Autowired
|
|
|
OrganizationContactBookMapper organizationContactBookMapper;
|
|
|
+ @Autowired
|
|
|
+ TOrderTaskMapper tOrderTaskMapper;
|
|
|
+ @Autowired
|
|
|
+ TTaskLogMapper tTaskLogMapper;
|
|
|
@Override
|
|
|
public Pagination<RoleBo> findRoles(RoleBo role, Integer pageNo, Integer pageSize) {
|
|
|
SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
|
|
|
@@ -192,7 +198,9 @@ public class NewRoleServiceImpl extends BaseMybatisDao<RoleMapper> implements Ne
|
|
|
roleResourcesMapper.updateLockRelease("1",aid,transferId);//将业务锁转给指定人
|
|
|
}
|
|
|
if (s==roleResources.XMRW.getCode()) {
|
|
|
- contractTaskLogMapper.updateDimissionTransfer(aid,transferId);
|
|
|
+// contractTaskLogMapper.updateDimissionTransfer(aid,transferId);
|
|
|
+ tOrderTaskMapper.updateDimissionTransfer(aid,transferId);
|
|
|
+ tTaskLogMapper.updateDimissionTransfer(aid,transferId);
|
|
|
}
|
|
|
if (s!=roleResources.QDYW.getCode()) {
|
|
|
roleResourcesMapper.updateDimissionTransfer(s,aid,transferId);
|